Merge pull request #253248 from r-ryantm/auto-update/python310Packages.python-cinderclient

python310Packages.python-cinderclient: 9.3.0 -> 9.4.0
This commit is contained in:
Nick Cao 2023-09-04 10:49:35 -04:00 committed by GitHub
commit 01685489b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [