summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-19 12:01:19 +0000
committerGitHub <noreply@github.com>2024-03-19 12:01:19 +0000
commit0b369088d7534278bd67cf848fe30b786895faf3 (patch)
tree15e986a56ec34f5e8305ebb827618ad2a2f819f1 /pkgs/development/python-modules/python-openstackclient
parentf95ae9e1268a76252f3c912b433b03bed30c0e8c (diff)
parentcd42480049d3d6f1180cdc5548d987add0cc529f (diff)
Merge master into staging-next
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 1a6f111cf874..9663fce022f1 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "python-openstackclient";
- version = "6.5.0";
+ version = "6.6.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE=";
+ hash = "sha256-u+8e00gpxBBSsuyiZIDinKH3K+BY0UMNpTQexExPKVw=";
};
nativeBuildInputs = [