python313Packages.pyenphase: 2.4.3 -> 2.4.5 (#487467)

This commit is contained in:
Fabian Affolter
2026-02-06 01:54:49 +00:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyenphase";
version = "2.4.3";
version = "2.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "pyenphase";
repo = "pyenphase";
tag = "v${finalAttrs.version}";
hash = "sha256-JJtkfN3udslcNYMXGGRXjyPqP3hjix9bg7GcGNOoMbM=";
hash = "sha256-BMzYo6KrgJII/30TJndYRGOjRS2ufWJirQd5X8D0bbo=";
};
pythonRelaxDeps = [ "tenacity" ];