python3Packages.hcloud: 2.6.0 -> 2.7.0 (#448092)

authored by Yohann Boniface and committed by GitHub 2bccbf89 2c2fe77e

Changed files
+2 -2
pkgs
development
python-modules
hcloud
+2 -2
pkgs/development/python-modules/hcloud/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "hcloud"; 13 - version = "2.6.0"; 13 + version = "2.7.0"; 14 14 pyproject = true; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-RZMzkHY+0IuWecYdebr94ay38Cltm4thN3wqTk4SyaE="; 18 + hash = "sha256-2CND7VTwzPFHXiSYTL06BKxIMLVovzcH+FVAJD9hQ0s="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];