python3Packages.hcloud: 2.8.0 -> 2.9.0 (#452798)

This commit is contained in:
Yohann Boniface
2025-10-17 10:35:21 +00:00
committed by GitHub
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5ehqw5qERzR5+RCetWgu9npjdMFDHRWMO/dEMqCIPSs=";
hash = "sha256-MkYvojUd20ehps6whNcMg1hRgiTkS04Bl/LlwPZ62O8=";
};
build-system = [ setuptools ];