diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2023-09-22 09:31:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 09:31:06 +0200 |
| commit | 76f2171e61ff463815219c14870106c68148b791 (patch) | |
| tree | ce5850641c23ae622e431af604998335c00f6041 /pkgs/development/python-modules/python-openstackclient | |
| parent | 5e2c8df99ea4f561a233e6a48aec5f6666d21e55 (diff) | |
| parent | 2b98c73a9f4a03f181be914c4b92c5c8a98d41b3 (diff) | |
Merge pull request #256540 from r-ryantm/auto-update/python310Packages.python-openstackclient
python310Packages.python-openstackclient: 6.2.0 -> 6.3.0
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 d0cecb30bb95..fdafe57d5ccf 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.2.0"; + version = "6.3.0"; src = fetchPypi { inherit pname version; - hash = "sha256-fFOr4bc7RT9Z2ntzZ5w7dZtI5RuLBUhktf3qLqgnJ9Y="; + hash = "sha256-m6C9+NAwh+WFtAqNzEKc673V/ewkwdYKECv58zEyDfE="; }; nativeBuildInputs = [ |
