Merge pull request #181675 from r-ryantm/auto-update/python3.10-python-cinderclient

python310Packages.python-cinderclient: 8.3.0 -> 9.0.0
This commit is contained in:
Sandro 2022-07-17 00:11:35 +02:00 committed by GitHub
commit 7674bebf1e
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 = "8.3.0";
version = "9.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4AEDh1Ap3IXLtZEx0AzMhTT2kpVqzeMrWjzFr0wkWAs=";
sha256 = "sha256-oiV6si2kRyRJ3cdSVRNBIm2iv8FrZ9mGnN6vRbqGv6o=";
};
propagatedBuildInputs = [