python3Packages.python-cinderclient: 9.8.0 -> 9.9.0 (#498446)

This commit is contained in:
Sandro
2026-03-10 13:12:39 +00:00
committed by GitHub
@@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "python-cinderclient";
version = "9.8.0";
version = "9.9.0";
pyproject = true;
src = fetchPypi {
pname = "python_cinderclient";
inherit version;
hash = "sha256-vT7p+Uh8XnmVfwGKaz8t7OcFna2PYVXYPdS265RHoR0=";
hash = "sha256-aX5NEsJJ85tB7PT6b8uMOMvy1rLYTW9RXtVnuC3NC9E=";
};
nativeBuildInputs = [