python3Packages.hcloud: 2.14.0 -> 2.15.0

This commit is contained in:
R. Ryantm
2026-01-18 07:59:46 +00:00
parent 015d12a416
commit 4ba468bf35
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hcloud";
version = "2.14.0";
version = "2.15.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-BMaVHZBkfh4KYVqDnB+JDJChTgTPy/llAB0qzl0hvQk=";
hash = "sha256-/Y5mjersmXo/6t5e3Te+BZpT5MvBT7AGCXZnUC737U0=";
};
build-system = [ setuptools ];