python3Packages.hcloud: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm
2025-07-17 06:41:22 +00:00
parent 558243f925
commit b2e5eed7a1

View File

@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.5.3";
version = "2.5.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+9unvxFjf/ryqN6g4IKWX1viwgSfkgrX1prjXvBnbWs=";
hash = "sha256-JTLg2LbiD7WpCvX4026wA5oZfCCU0dVvx/zniaMAAl4=";
};
build-system = [ setuptools ];