mycli: 1.24.2 -> 1.24.3

This commit is contained in:
Johannes Schleifenbaum 2022-01-21 13:52:47 +01:00
parent f722043578
commit 171c95176b
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -7,11 +7,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "mycli";
version = "1.24.2";
version = "1.24.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-XrPho+bPjyzj2d6W4KR4P09T1/FXkrQvhGPotgooIB4=";
sha256 = "sha256-Qk2qOXfAM7xJv1fDt/mnb2NZFf5S/ExonQtLE4m22a4=";
};
propagatedBuildInputs = [