Merge pull request #292929 from r-ryantm/auto-update/python311Packages.python-cinderclient
python311Packages.python-cinderclient: 9.4.0 -> 9.5.0
This commit is contained in:
commit
848c25c887
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-cinderclient";
|
pname = "python-cinderclient";
|
||||||
version = "9.4.0";
|
version = "9.5.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-pT5kcKUWYntZ0iUFIioMhXlL4afyd06HeWEFvUfulpU=";
|
hash = "sha256-G51xev+TytQgBF+2xS9jdqty8IX4GTEwiSAg7EbJNVU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue