Merge pull request #325210 from fabaff/pyenphase-bump

python312Packages.pyenphase: 1.20.5 -> 1.20.6
This commit is contained in:
Nick Cao
2024-07-07 10:00:55 -04:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.20.5";
version = "1.20.6";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-eP+tKpcRHHeRQEXMSIItgsUkv5SjQXnMsQbQMm50cpM=";
hash = "sha256-gR2VSMAjobecNpAYYoQ/Os3slcLSnLZMblzwDzQeEx8=";
};
postPatch = ''