python3Packages.hcloud: 2.20.0 -> 2.21.0

This commit is contained in:
R. Ryantm
2026-06-12 20:51:12 +00:00
parent 83c40c9d32
commit a899ad813f
@@ -10,12 +10,12 @@
buildPythonPackage (finalAttrs: {
pname = "hcloud";
version = "2.20.0";
version = "2.21.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-JwUu/6saJbs8v8ji0kcuDoUDsgrsq1u61cSw6Gl2ltU=";
hash = "sha256-IGC2LqFD5HStdVxp71PHOX+WOPTfg6UC7cznxbX+sZ4=";
};
build-system = [ setuptools ];