Merge pull request #324962 from r-ryantm/auto-update/python311Packages.hcloud

python311Packages.hcloud: 1.35.0 -> 2.0.1
This commit is contained in:
Martin Weinelt 2024-07-06 14:39:34 +02:00 committed by GitHub
commit db6782c053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];