python3Packages.python-keystoneclient: 5.6.0 -> 5.7.0 (#440067)

This commit is contained in:
Sandro
2025-09-04 14:11:29 +02:00
committed by GitHub
@@ -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 ];