3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.python-heatclient: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2022-09-03 23:41:52 +00:00
parent 73ff5d3db3
commit 31dcc18fe3

View file

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