python310Packages.hcloud: 1.25.0 -> 1.26.0

This commit is contained in:
R. Ryantm 2023-07-22 09:23:36 +00:00
parent 135dfbcd9d
commit 2fbdcbeee9

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.25.0";
version = "1.26.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xKoyRwMeyU+qQ0wXsVCTXdQatxQCc5re2Iv6KGjusuA=";
hash = "sha256-siyPuSLqzH30bdY1y+VaBBCjOU1YLtBgPpTvZCJtcXc=";
};
propagatedBuildInputs = [