python310Packages.hcloud: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2022-08-17 20:06:20 +00:00
parent fa50d40a72
commit f766110c20

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.17.0";
version = "1.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+BQuBDi+J3xvod3uE67NXaFStIxt7H/Ulw3vG13CGeI=";
hash = "sha256-oh2UDN6PDB/RCgWBsGGOuECm9ZJAT6r9tgcBAfRSX/Y=";
};
propagatedBuildInputs = [