diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-06-02 07:24:53 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-06-02 07:24:53 +0000 |
| commit | accecaad39cbd26a0a62e9132cd5783adfa4345c (patch) | |
| tree | dc8f69f6805d31e1789960fc93a0a4c190b70029 /pkgs/development/python-modules/python-heatclient | |
| parent | 9d58ec304f98f72ad8c9a602e64d603e2eb80965 (diff) | |
python310Packages.python-heatclient: 3.2.0 -> 3.3.0
Diffstat (limited to 'pkgs/development/python-modules/python-heatclient')
| -rw-r--r-- | pkgs/development/python-modules/python-heatclient/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-heatclient/default.nix b/pkgs/development/python-modules/python-heatclient/default.nix index 82967242fdd5..97cacf1b0642 100644 --- a/pkgs/development/python-modules/python-heatclient/default.nix +++ b/pkgs/development/python-modules/python-heatclient/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "python-heatclient"; - version = "3.2.0"; + version = "3.3.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-LYjRjDeZp7LQeQFXLogyGy4LEgawTQED+5qRu799tWM="; + hash = "sha256-opBb9Zf60kgMtBNis2c+22VGS7psFEDPYvlz7WyKIHs="; }; propagatedBuildInputs = [ |
