python3Packages.hcloud: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm
2026-05-08 22:29:19 +00:00
parent 0a275b327b
commit eb123b458b
@@ -10,12 +10,12 @@
buildPythonPackage (finalAttrs: {
pname = "hcloud";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-sXoudQNFbnpHDfuvayWLt9P17xojIn0CGZ2pHMh9wVY=";
hash = "sha256-JwUu/6saJbs8v8ji0kcuDoUDsgrsq1u61cSw6Gl2ltU=";
};
build-system = [ setuptools ];