diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-06-02 01:56:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-02 01:56:19 -0600 |
| commit | eb375de2ff373d5db3cf88df0bbc570facee86bf (patch) | |
| tree | 853ad24ba454e777763b16e79dc83433258568a5 /pkgs/development/python-modules | |
| parent | 5717cbc076d996e6c07b16706073f09e021d0b99 (diff) | |
| parent | accecaad39cbd26a0a62e9132cd5783adfa4345c (diff) | |
Merge pull request #235533 from r-ryantm/auto-update/python310Packages.python-heatclient
python310Packages.python-heatclient: 3.2.0 -> 3.3.0
Diffstat (limited to 'pkgs/development/python-modules')
| -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 = [ |
