python310Packages.hcloud: 1.33.0 -> 1.33.2

This commit is contained in:
R. Ryantm 2024-01-03 05:42:34 +00:00
parent d42bc1bafe
commit d351f1747d

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.33.0";
version = "1.33.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xkANXrFG6Tm/fz9Hnutga1q4uw43xaAT1rlmUbTag/g=";
hash = "sha256-GCiw+HbN/0na2fiAS16On72nj09VR0Naw6wwCIQ4zl8=";
};
propagatedBuildInputs = [