Merge pull request #283384 from r-ryantm/auto-update/python311Packages.pyenphase

python311Packages.pyenphase: 1.17.0 -> 1.18.0
This commit is contained in:
OTABI Tomoya
2024-01-24 18:26:25 +09:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.17.0";
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-GNyhUk2/CSSdigrAJ0T2F1+49PkyPxMaec3nO9/cmNo=";
hash = "sha256-lnxHWEQ9nVWT7dK0Vz7cCN/ur9C/RfzJDh6AYpFHJds=";
};
postPatch = ''