python3Packages.hcloud: 2.21.0 -> 2.22.0

This commit is contained in:
R. Ryantm
2026-06-21 19:54:37 +00:00
parent 6e7f01b46b
commit be445893c3
@@ -10,12 +10,12 @@
buildPythonPackage (finalAttrs: {
pname = "hcloud";
version = "2.21.0";
version = "2.22.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-IGC2LqFD5HStdVxp71PHOX+WOPTfg6UC7cznxbX+sZ4=";
hash = "sha256-S9vn+1ueS9PqsRjxJ4ueJNxioJJ5nfv22eXN9WjtfKQ=";
};
build-system = [ setuptools ];