3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.python-cinderclient: 9.1.0 -> 9.2.0

This commit is contained in:
R. Ryantm 2022-12-23 13:47:10 +00:00
parent b10a520017
commit cda7f258b4

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "python-cinderclient";
version = "9.1.0";
version = "9.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+bMK8ubm5aEmwsgfNRRcWu5wwglV5t1AmRm+TRuHs0M=";
sha256 = "sha256-qnYodaJwr0kFfKyofVsDTmMLMYDexqGTz8uSefPWPfQ=";
};
propagatedBuildInputs = [