python312Packages.hcloud: 2.3.0 -> 2.4.0 (#392376)

This commit is contained in:
Nick Cao
2025-03-30 11:55:06 -04:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-6QHSmLES8dLUVo2DAPPOGd/ngr3vP/nEFwJqgeFu6VY=";
hash = "sha256-1CUIjno2lN2DCmySL0GdYB0V0XQXBh1Iy59fupVo33Y=";
};
build-system = [ setuptools ];