python3Packages.python-heatclient: 3.1.0 -> 3.2.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:44 +01:00
parent e8c54d73b1
commit f3d03fce29

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "python-heatclient";
version = "3.1.0";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-/SW8hRj588N++4Cuz7elbU0qO++4Jhm1va069JnNmZo=";
hash = "sha256-LYjRjDeZp7LQeQFXLogyGy4LEgawTQED+5qRu799tWM=";
};
propagatedBuildInputs = [