python311Packages.python-cinderclient: 9.4.0 -> 9.5.0

This commit is contained in:
R. Ryantm 2024-03-03 01:42:24 +00:00
parent af9110471a
commit a40a53505b

View File

@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "python-cinderclient";
version = "9.4.0";
version = "9.5.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-pT5kcKUWYntZ0iUFIioMhXlL4afyd06HeWEFvUfulpU=";
hash = "sha256-G51xev+TytQgBF+2xS9jdqty8IX4GTEwiSAg7EbJNVU=";
};
propagatedBuildInputs = [