mycli: 1.27.0 -> 1.27.1

This commit is contained in:
R. Ryantm
2024-03-30 15:57:01 +00:00
parent b488f65e71
commit f967ccf511
+2 -2
View File
@@ -8,11 +8,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "mycli";
version = "1.27.0";
version = "1.27.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-px21vZwafQAG9PL/AVSM51Y30/UMo6fne5ULW0av980=";
sha256 = "sha256-6fUno+YZLnuH/ntwiqO9Wx63rDSJwcFZVn5f9cmMqJk=";
};
propagatedBuildInputs = [