summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-08-28 13:19:29 +0200
committerGitHub <noreply@github.com>2022-08-28 13:19:29 +0200
commit93e281b651a947aef4ddd3f1b2f78932273bf205 (patch)
tree00d40ad562307a2b9b769a7aad1ad792b595d528 /pkgs/development/python-modules/python-openstackclient
parentcc9076cbea08bae81dc55036539873eca01b5736 (diff)
parent18a89eced71e66aaca742f240056814622485942 (diff)
Merge pull request #188505 from r-ryantm/auto-update/python310Packages.python-openstackclient
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 = [