Merge pull request #260899 from fabaff/hcloud-bump

python311Packages.hcloud: 1.29.1 -> 1.30.0
This commit is contained in:
Weijia Wang 2023-10-13 18:26:12 +02:00 committed by GitHub
commit 981ebaeb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.29.1";
version = "1.30.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yqwWuRip/QmWqn7Gm3Fth46DooNGhJGLQbnsJE/67bg=";
hash = "sha256-TZlz+jk3+wcMkGk6FM70BdqBrLZe+DINwjHHbFNZ/Zo=";
};
propagatedBuildInputs = [