python311Packages.hcloud: 1.20.0 -> 1.22.0

This commit is contained in:
R. Ryantm 2023-06-23 05:40:39 +00:00
parent 3cb61223df
commit e53fbaa595

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.20.0";
version = "1.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-s4l3DZdKfyC1Eu3PwLQHQpdcIw4yvEURxRjgxJlaXsg=";
hash = "sha256-9F7bgkVL1hE9YeL8JxOAHNJ2iw6ey7UBOQU95DPDIis=";
};
propagatedBuildInputs = [