python3Packages.python-cinderclient: 9.6.0 -> 9.7.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:58 +02:00
parent 84502cf5bd
commit ccc5d0b4e7
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "python-cinderclient";
version = "9.6.0";
version = "9.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-P+/eJoJS5S4w/idz9lgienjG3uN4/LEy0xyG5uybojg=";
hash = "sha256-GMRQHlSWd5hNhbCxD9B0770mXjCt0qeW0oF2BVqNfc8=";
};
nativeBuildInputs = [