diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-12-23 13:47:10 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-12-23 13:47:10 +0000 |
| commit | cda7f258b44d21faa67174067ef5e753dcb501b5 (patch) | |
| tree | e00a20d3e741b44c9a91739a549de47956b32dac /pkgs/development/python-modules/python-cinderclient | |
| parent | b10a520017ac319c1e57b07742efd2bcc918d160 (diff) | |
python310Packages.python-cinderclient: 9.1.0 -> 9.2.0
Diffstat (limited to 'pkgs/development/python-modules/python-cinderclient')
| -rw-r--r-- | pkgs/development/python-modules/python-cinderclient/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-cinderclient/default.nix b/pkgs/development/python-modules/python-cinderclient/default.nix index af09d9327b21..8fd4e3d8fb82 100644 --- a/pkgs/development/python-modules/python-cinderclient/default.nix +++ b/pkgs/development/python-modules/python-cinderclient/default.nix @@ -17,11 +17,11 @@ buildPythonPackage rec { pname = "python-cinderclient"; - version = "9.1.0"; + version = "9.2.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-+bMK8ubm5aEmwsgfNRRcWu5wwglV5t1AmRm+TRuHs0M="; + sha256 = "sha256-qnYodaJwr0kFfKyofVsDTmMLMYDexqGTz8uSefPWPfQ="; }; propagatedBuildInputs = [ |
