python311Packages.hcloud: 1.35.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2024-07-06 05:00:57 +00:00
parent d179c0d801
commit 817fe1015a

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.35.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sZSatje+UXt69r7Nv4QMR3IvlHHGuHDm813h72/Oo+M=";
hash = "sha256-Nf4rkVkXPEPPZ+xBCnfKfYeggBfhsgijnAIJzByR46A=";
};
build-system = [ setuptools ];