python310Packages.python-ironicclient: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm 2023-05-14 06:45:48 +00:00
parent a3fe093364
commit ff340edd88

View File

@ -20,11 +20,11 @@
buildPythonPackage rec {
pname = "python-ironicclient";
version = "5.1.0";
version = "5.2.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-yYmzZuwZSasN6g6Bosivexe5oOy3dP+l/cD5TkXC87g=";
hash = "sha256-bnWUfNIx85vSV0P5zcI7syjP0+wTXYDmC8wiuInjGfc=";
};
propagatedBuildInputs = [