python312Packages.hcloud: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2025-03-23 13:13:38 +00:00
parent 40609d6eb0
commit ea08288e98
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6QHSmLES8dLUVo2DAPPOGd/ngr3vP/nEFwJqgeFu6VY=";
hash = "sha256-1CUIjno2lN2DCmySL0GdYB0V0XQXBh1Iy59fupVo33Y=";
};
build-system = [ setuptools ];