python312Packages.hcloud: 2.2.1 -> 2.3.0

This commit is contained in:
R. Ryantm 2024-10-09 18:40:00 +00:00
parent eb9f4a34ae
commit 0f4e523cd7

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