heatclient: 3.5.0 -> 4.0.0 (#338135)

This commit is contained in:
Sandro 2024-08-29 12:40:15 +02:00 committed by GitHub
commit c8b107b696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [