python311Packages.python-ironicclient: 5.4.0 -> 5.5.0

This commit is contained in:
R. Ryantm 2024-03-01 11:36:47 +00:00
parent 09c1497ce5
commit dfe7aace8b

View File

@ -20,12 +20,12 @@
buildPythonPackage rec {
pname = "python-ironicclient";
version = "5.4.0";
version = "5.5.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Q9yGuYf9TS7RCo9aV1hnNSrHoll7AOUiSpzRYxi+JXU=";
hash = "sha256-JlO487QSPsBJZqPYRhsQYFA7noIN2q/stH4eZXAFLnY=";
};
propagatedBuildInputs = [