mycli: 1.24.3 -> 1.24.4

This commit is contained in:
R. Ryantm 2022-03-30 05:28:44 +00:00
parent 0e671e2b2b
commit 88a70a935e

View file

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