lol

python310Packages.hcloud: 1.18.0 -> 1.18.1

+2 -2
+2 -2
pkgs/development/python-modules/hcloud/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "hcloud"; 14 - version = "1.18.0"; 14 + version = "1.18.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-oh2UDN6PDB/RCgWBsGGOuECm9ZJAT6r9tgcBAfRSX/Y="; 21 + hash = "sha256-nhz9fJEcYyt7rhIe0AkYPgG/mV0r87KUj/mM2A70rPE="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [