heatclient: 3.5.0 -> 4.0.0

This commit is contained in:
R. Ryantm
2024-08-29 08:41:29 +00:00
parent 3c7d6a1dbc
commit ca4c19629f
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "python-heatclient";
version = "3.5.0";
version = "4.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-B1F40HYHFF91mkxwySR/kqCvlwLLtBgqwUvw2byOc9g=";
hash = "sha256-ozpv4yyu8lmWmKg2iGMMN8IJ29zr87Gj73dn5QMgifI=";
};
build-system = [