python3Packages.hcloud: 2.17.0 -> 2.17.1

This commit is contained in:
R. Ryantm
2026-03-27 15:38:21 +00:00
parent b55b0e0c85
commit dfb1be6057
@@ -10,12 +10,12 @@
buildPythonPackage (finalAttrs: {
pname = "hcloud";
version = "2.17.0";
version = "2.17.1";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-OZat72vA9XVWULuLiwJKzrqywp4hfaxXnDA3Ivw3roU=";
hash = "sha256-BPG30bsh4FprIdr8f9NjJpjizww22ER4gBRf1/QS/BM=";
};
build-system = [ setuptools ];