Merge pull request #302169 from r-ryantm/auto-update/mycli

mycli: 1.27.1 -> 1.27.2
This commit is contained in:
Weijia Wang 2024-04-12 10:12:38 +02:00 committed by GitHub
commit 2f2d042f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [