summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-glanceclient
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-glanceclient')
-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 390aad8b55cd..560e0db14241 100644
--- a/pkgs/development/python-modules/python-glanceclient/default.nix
+++ b/pkgs/development/python-modules/python-glanceclient/default.nix
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "python-glanceclient";
- version = "4.1.0";
+ version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
- hash = "sha256-fknYBKZzCA6sThugNQT5+p+/hqv8vW6M2LMMpbT+7rY=";
+ hash = "sha256-+CmOh9Dr6Gx8MLkR1u/YNpScOxIO7OUIbJAio+omOpg=";
};
postPatch = ''