python3Packages.python-glanceclient: 4.11.0 -> 4.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:50 +02:00
parent 1418a69d95
commit 0e683a4a39

View File

@@ -22,7 +22,7 @@
}:
let
pname = "python-glanceclient";
version = "4.11.0";
version = "4.12.0";
disabledTests = [
# Skip tests which require networking.
@@ -39,7 +39,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "python_glanceclient";
inherit version;
hash = "sha256-XOIRi/50YpNIBZFmF+U3vFsA/UyrP7e7iKT5JTlwVi0=";
hash = "sha256-OQVWVzyHNkCa2qPIuoAODZ/BsS4vttaTm43+mZRo9Q8=";
};
postPatch = ''