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

mycli: 1.24.4 -> 1.25.0
This commit is contained in:
Bobby Rong 2022-04-04 18:20:22 +08:00 committed by GitHub
commit b77d73a1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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