From 1db6653d006d0ed26ecfb36a1c317a74672d694e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:38 +0200 Subject: [PATCH] python3Packages.python-glanceclient: 4.7.0 -> 4.8.0 This commit was automatically generated using update-python-libraries. --- .../python-modules/python-glanceclient/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-glanceclient/default.nix b/pkgs/development/python-modules/python-glanceclient/default.nix index dc456f383e11..5c2cf8af0893 100644 --- a/pkgs/development/python-modules/python-glanceclient/default.nix +++ b/pkgs/development/python-modules/python-glanceclient/default.nix @@ -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 = ''