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

View File

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