python3Packages.pyenphase: 3.0.0 -> 3.0.1

Diff: https://github.com/pyenphase/pyenphase/compare/v3.0.0...v3.0.1

Changelog: https://github.com/pyenphase/pyenphase/blob/v3.0.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-06-30 10:21:04 +02:00
parent de817f854d
commit 11b14fd416
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyenphase";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pyenphase";
repo = "pyenphase";
tag = "v${finalAttrs.version}";
hash = "sha256-yc9Klsaly4+eMM6v3NFMc948drq/Wum8ILfdTCNJx/c=";
hash = "sha256-UGH3zDoTBrnpTK1rdDRKIC4XhJVhkEFCvAdUCN9cj6U=";
};
pythonRelaxDeps = [ "tenacity" ];