python310Packages.hcloud: 1.28.0 -> 1.29.0

This commit is contained in:
R. Ryantm 2023-09-25 16:14:53 +00:00
parent f6dd5a9e30
commit d0f1d53869

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.28.0";
version = "1.29.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BM6iy3dSjiy65uLi1Yr1qvaWcnrE/LQfyFkZLrzD8pw=";
hash = "sha256-d5LEN7sFoO+R7pGTvLOMRoej/KB17uY3kqF+CY97x1k=";
};
propagatedBuildInputs = [