python312Packages.hcloud: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm
2024-07-25 16:24:56 +00:00
parent d8a2fa696c
commit f95642da94
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.0.1";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Nf4rkVkXPEPPZ+xBCnfKfYeggBfhsgijnAIJzByR46A=";
hash = "sha256-cDyy2x1JINthvhuzQdwgMcykGrypnTkk4rJBk1WQ1HQ=";
};
build-system = [ setuptools ];