Merge pull request #327822 from r-ryantm/auto-update/python312Packages.pyenphase

python312Packages.pyenphase: 1.20.6 -> 1.21.0
This commit is contained in:
Fabian Affolter 2024-07-17 21:31:16 +02:00 committed by GitHub
commit d5be0317bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''