python311Packages.python-heatclient: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm 2024-03-01 11:51:30 +00:00
parent 09c1497ce5
commit 72e569f1f2

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "python-heatclient";
version = "3.4.0";
version = "3.5.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ggfhDJW2qn0o4Wi5cdPsEpoHb9miZbr4Ba8mgLkStvI=";
hash = "sha256-B1F40HYHFF91mkxwySR/kqCvlwLLtBgqwUvw2byOc9g=";
};
propagatedBuildInputs = [