python310Packages.python-cinderclient: 9.3.0 -> 9.4.0

This commit is contained in:
R. Ryantm 2023-09-04 10:59:09 +00:00
parent 81a8aa7652
commit a6b0593e97

View File

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "python-cinderclient";
version = "9.3.0";
version = "9.4.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-mmqjD+/0jAwP0Yjm1RUNvdkeP9WxDS2514uYEqsUr4g=";
hash = "sha256-pT5kcKUWYntZ0iUFIioMhXlL4afyd06HeWEFvUfulpU=";
};
propagatedBuildInputs = [