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:49 +0000
committerGitHub <noreply@github.com>2024-03-19 12:01:49 +0000
commitc29338005866af03510880c0c71d5abff4921a74 (patch)
treefb6e28ee00d70189737c47c8ff9d873158f63cdc /pkgs/development/python-modules/python-openstackclient
parent66eeab8faf9779c6e990a978e46471ba2d0a7d2a (diff)
parent0b369088d7534278bd67cf848fe30b786895faf3 (diff)
Merge staging-next into staging
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 = [