python312Packages.hcloud: 2.2.1 -> 2.3.0 (#347571)

This commit is contained in:
Nick Cao 2024-10-10 18:44:39 -04:00 committed by GitHub
commit 9eb1419a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.2.1";
version = "2.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3Bcvj+VkIdoU2AiGtbkgwrqwgb8RjHMqQxjBf03iWG4=";
hash = "sha256-6QHSmLES8dLUVo2DAPPOGd/ngr3vP/nEFwJqgeFu6VY=";
};
build-system = [ setuptools ];