diff options
| author | Drew Risinger <10198051+drewrisinger@users.noreply.github.com> | 2023-03-16 22:30:14 -0700 |
|---|---|---|
| committer | Drew Risinger <10198051+drewrisinger@users.noreply.github.com> | 2023-03-16 22:30:14 -0700 |
| commit | ba677684f4584e5dead6aa9afc725508459603c6 (patch) | |
| tree | d345490481dc52db612e1193b911e37d5aed187e /pkgs/development/python-modules/python-openstackclient | |
| parent | fe56c85a5e7a5b7ac9b6dfbf92a6d706c7c42efa (diff) | |
| parent | fff0a29d9342d4384cdf833bd0b90ec89fccc4fb (diff) | |
Merge branch 'master' into dr-pr-add-mkl-cmake
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 8e0317dbc6d5..d0cecb30bb95 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 = "6.1.0"; + version = "6.2.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-7ZF5GFG/eQmvQYnVmaV8iWYPhWldJPPumlZloeJkNLg="; + hash = "sha256-fFOr4bc7RT9Z2ntzZ5w7dZtI5RuLBUhktf3qLqgnJ9Y="; }; nativeBuildInputs = [ |
