summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2022-09-17 06:37:06 -0400
committerShea Levy <shea@shealevy.com>2022-09-17 06:37:06 -0400
commit1199d0ba5141ec0935272b6943ab86cda5db5b26 (patch)
tree123b7afd757201de971bf696b062b5ea1a77e88c /pkgs/development/python-modules/python-openstackclient
parent5dc2630125007bc3d08381aebbf09ea99ff4e747 (diff)
parent8c43540e6ff4cfb2f75b6945595832fe39d126b9 (diff)
Merge branch 'master' into scope-lite-master
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index 8c76861bcb86..3500e88e57ad 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "python-openstackclient";
- version = "5.8.0";
+ version = "6.0.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-M0hS34iXuV8FgewS7ih96MepKJogihjwqLOHdwGf2YY=";
+ sha256 = "sha256-kcOsEtpLQjwWs5F2FvhKI+KWHnUPzlkNQJ7MUO4EMc4=";
};
nativeBuildInputs = [