about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-17 10:05:04 +0200
committerGitHub <noreply@github.com>2024-05-17 10:05:04 +0200
commitdd4e3538788b06ea6c328a051becb67e5aaee313 (patch)
tree7d3cc2ead10c6da9e0815dd657ab5454cd6a9373 /pkgs
parent8147269f76da52a42de9aedf27902742ceb23ee7 (diff)
parente14cbde2f5f60c01649ccd6b585f4516b0ab253d (diff)
Merge pull request #312329 from r-ryantm/auto-update/python311Packages.python-glanceclient
python311Packages.python-glanceclient: 4.5.0 -> 4.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/python-glanceclient/default.nix4
1 files 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 13ed448938d96..0130c690ef4c3 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.5.0";
+  version = "4.6.0";
 
   disabledTests = [
     "test_http_chunked_response"
@@ -42,7 +42,7 @@ buildPythonPackage {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-ZGTE1be+S/4Tbhw6Px+9qMgkNTZgoDn6lnAJhNvVYuA=";
+    hash = "sha256-gJm4TzxtIjvkpOlbN82MPbY0JmDdiwlEMGGxZvTR+Po=";
   };
 
   postPatch = ''