python310Packages.python-cinderclient: 8.3.0 -> 9.0.0

This commit is contained in:
R. Ryantm 2022-07-16 02:31:32 +00:00
parent 29b523ae59
commit 777ce154a6

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