diff options
| author | Robert Hensing <robert@roberthensing.nl> | 2022-12-02 18:12:14 +0000 |
|---|---|---|
| committer | Robert Hensing <robert@roberthensing.nl> | 2022-12-02 18:12:14 +0000 |
| commit | 7bfbf037d7fea8edca0ef75edd15ce4534052c5c (patch) | |
| tree | 114669c9b210ea663710cd403350a43288b60e51 /pkgs/development/python-modules/python-openstackclient/default.nix | |
| parent | 4e502a1c4d207610b0964b92bb41e574ed62e9c9 (diff) | |
| parent | fad052f056576d04a8eb7a6b374584a740e10706 (diff) | |
Merge remote-tracking branch 'upstream/master' into allow-configuration-of-roles
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/default.nix')
| -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 8c76861bcb86..3500e88e57ad 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 = "5.8.0"; + version = "6.0.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-M0hS34iXuV8FgewS7ih96MepKJogihjwqLOHdwGf2YY="; + sha256 = "sha256-kcOsEtpLQjwWs5F2FvhKI+KWHnUPzlkNQJ7MUO4EMc4="; }; nativeBuildInputs = [ |
