python3Packages.pyenphase: 2.4.8 -> 2.4.9 (#524742)

This commit is contained in:
Fabian Affolter
2026-05-27 11:59:54 +00:00
committed by GitHub
@@ -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" ];