Merge pull request #258046 from r-ryantm/auto-update/python310Packages.hcloud

python310Packages.hcloud: 1.29.0 -> 1.29.1

authored by Nick Cao and committed by GitHub 3397af26 5593b908

+2 -2
+2 -2
pkgs/development/python-modules/hcloud/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "hcloud"; 14 - version = "1.29.0"; 14 + version = "1.29.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-d5LEN7sFoO+R7pGTvLOMRoej/KB17uY3kqF+CY97x1k="; 21 + hash = "sha256-yqwWuRip/QmWqn7Gm3Fth46DooNGhJGLQbnsJE/67bg="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [