python3Packages.pyenphase: 2.1.2 -> 2.2.0

https://github.com/pyenphase/pyenphase/blob/v2.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-07-05 00:24:59 +02:00
parent 614dbdf688
commit 67ef26424d
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "2.1.2";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
tag = "v${version}";
hash = "sha256-9pQHJn+YOTPTHQT3i7H+zDUwO3pYX1MQNXLBKP0eeno=";
hash = "sha256-CaWU/a+UZwQ/ifbPQWPWYZ47oa/mXiightq8USOOlZU=";
};
pythonRelaxDeps = [ "tenacity" ];