diff options
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index fdafe57d5ccf..ef8c7cb59fae 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -16,11 +16,12 @@ buildPythonPackage rec { pname = "python-openstackclient"; - version = "6.3.0"; + version = "6.5.0"; + format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-m6C9+NAwh+WFtAqNzEKc673V/ewkwdYKECv58zEyDfE="; + hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE="; }; nativeBuildInputs = [ |
