python3Packages.python-glanceclient: 4.7.0 -> 4.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:58 +02:00
parent 519de26233
commit 1db6653d00
@@ -22,7 +22,7 @@
}:
let
pname = "python-glanceclient";
version = "4.7.0";
version = "4.8.0";
# Skip tests which require networking.
disabledTests = [
@@ -50,7 +50,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-wZRS7xLaPEhLadIqiIznp0kQvbh4O76RJIxg76U3iBA=";
hash = "sha256-+FtvyB8ns02hyHSEswl2WdsFKavRxnWV0vD+fLFZA2w=";
};
postPatch = ''