python312Packages.pyenphase: 1.20.6 -> 1.21.0

This commit is contained in:
R. Ryantm 2024-07-17 05:49:54 +00:00
parent 73ff0bcbd3
commit 221c08201e

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.20.6";
version = "1.21.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-gR2VSMAjobecNpAYYoQ/Os3slcLSnLZMblzwDzQeEx8=";
hash = "sha256-ZMua6mBedMdTBed/mDoK9h3HXbyf+3/Uo6CZJMxBlf0=";
};
postPatch = ''