python3Packages.python-openstackclient: 8.3.0 -> 9.0.0 (#491565)

This commit is contained in:
Sandro
2026-02-20 04:57:14 +00:00
committed by GitHub
@@ -34,14 +34,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-openstackclient";
version = "8.3.0";
version = "9.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "python-openstackclient";
tag = finalAttrs.version;
hash = "sha256-CEz1v4e4NadSZ+qhotFtLB4y/KdhDZbDOohN8D9FB30=";
hash = "sha256-iqHm3vOENStdGI53Ggln/gWVnF3Lyomel9OFmwz2CJc=";
};
patches = [