python3Packages.python-keystoneclient: 5.6.0 -> 5.7.0

This commit is contained in:
R. Ryantm
2025-09-04 06:00:15 +00:00
parent e9445898e1
commit eaa25febcd

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "python-keystoneclient";
version = "5.6.0";
version = "5.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "python_keystoneclient";
inherit version;
hash = "sha256-ch3irsdxAHY4nGdO4ntnEul9hsfg/0h7C0QJyPzuEOc=";
hash = "sha256-jOe/HIzdym1xQPx2kYtE7d8dZAQKYMuP9wWRNhBNTOs=";
};
build-system = [ setuptools ];