Merge pull request #242090 from r-ryantm/auto-update/python310Packages.python-ironicclient

python310Packages.python-ironicclient: 5.2.0 -> 5.3.0
This commit is contained in:
Sandro 2023-07-07 22:31:59 +02:00 committed by GitHub
commit c17bdd12df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,11 @@
buildPythonPackage rec {
pname = "python-ironicclient";
version = "5.2.0";
version = "5.3.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-bnWUfNIx85vSV0P5zcI7syjP0+wTXYDmC8wiuInjGfc=";
hash = "sha256-veDhwpSXPtoi27tKI6xebH4haAeq+sUsEEk9TxQSbg4=";
};
propagatedBuildInputs = [