python3Packages.python-ironicclient: 5.10.1 -> 5.12.0

Diff: https://github.com/openstack/python-ironicclient/compare/5.10.1...5.12.0
This commit is contained in:
Anthony ROUSSEL
2025-07-26 21:29:54 +02:00
parent b381a5d2f5
commit ec2b494d5b
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "python-ironicclient";
version = "5.10.1";
version = "5.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "python-ironicclient";
tag = version;
hash = "sha256-HqsOMvJ8SK8IEZgeClLd0TnQLBweBEru0Bw4WRSDG7s=";
hash = "sha256-qw0d5tfglEjyiulwbu6hLl5B4rFOaWY5HR1bUt1AGTQ=";
};
build-system = [