python3Packages.hcloud: 2.5.4 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-09-10 22:10:24 +00:00
parent 9f0eb3375e
commit 8da4a5e449
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.5.4";
version = "2.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-JTLg2LbiD7WpCvX4026wA5oZfCCU0dVvx/zniaMAAl4=";
hash = "sha256-RZMzkHY+0IuWecYdebr94ay38Cltm4thN3wqTk4SyaE=";
};
build-system = [ setuptools ];