python3Packages.pyenphase: 2.4.8 -> 2.4.9

Diff: https://github.com/pyenphase/pyenphase/compare/v2.4.8...v2.4.9

Changelog: https://github.com/pyenphase/pyenphase/blob/v2.4.9/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-05-27 11:08:06 +02:00
parent d6aaab83c9
commit 7f22e3d29e
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyenphase";
version = "2.4.8";
version = "2.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "pyenphase";
repo = "pyenphase";
tag = "v${finalAttrs.version}";
hash = "sha256-wYPw+qLaKa7tk2mz/lKgLKmvVuS3tNOej2r86UJWnTU=";
hash = "sha256-owjJEIaaF6J4IukNtT9IGXGXINgK2c+yaOS9xYV5kRU=";
};
pythonRelaxDeps = [ "tenacity" ];