diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-05 00:02:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 00:02:17 +0000 |
| commit | 42e44c05837e904af5274eea7ac1cd5fd5f4e64c (patch) | |
| tree | 0cbe48a7632ccdb716f46649cf2322f1c5a497a6 /pkgs/development/python-modules/python-openstackclient | |
| parent | 259981b0af5c285bb3cc7146de1da1b5af92236d (diff) | |
| parent | 4888d2428dd1864029acc7f4419fb30adc07be26 (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.nix | 4 |
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 5efec4e8d712..ef8c7cb59fae 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "python-openstackclient"; - version = "6.4.0"; + version = "6.5.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-DGq0AWjqUf7WiBmqJR+CU96aYdrMlt0bZHOfGJ/CGD8="; + hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE="; }; nativeBuildInputs = [ |
