python312Packages.hcloud: 1.33.2 -> 1.34.0

This commit is contained in:
R. Ryantm 2024-03-27 16:01:44 +00:00
parent 2944f24f12
commit 8cbed5ee1b
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.33.2";
version = "1.34.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GCiw+HbN/0na2fiAS16On72nj09VR0Naw6wwCIQ4zl8=";
hash = "sha256-8hwr0K+6nLgAVMhXb/08CS7HrlLYQ/SV0K8MWH/PQk0=";
};
propagatedBuildInputs = [