mycli: 1.27.1 -> 1.27.2

This commit is contained in:
R. Ryantm 2024-04-06 20:05:16 +00:00
parent f6eb921406
commit 2d3b672da7
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "mycli";
version = "1.27.1";
version = "1.27.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6fUno+YZLnuH/ntwiqO9Wx63rDSJwcFZVn5f9cmMqJk=";
sha256 = "sha256-0R2k5hRkAJbqgGZEPXWUb48oFxTKMKiQZckf3F+VC3I=";
};
propagatedBuildInputs = [