python312Packages.pyenphase: 1.20.2 -> 1.20.3
Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.20.2...v1.20.3 Changelog: https://github.com/pyenphase/pyenphase/blob/v1.20.3/CHANGELOG.md
This commit is contained in:
parent
4f554f0ff0
commit
36eae19b00
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyenphase";
|
||||
version = "1.20.2";
|
||||
version = "1.20.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "pyenphase";
|
||||
repo = "pyenphase";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-sjZaLqTYoXJ1cpaSuyLNAsUrACOMVah7DKaKxGkG0zE=";
|
||||
hash = "sha256-4lMsyzw56gFimUs52mEzy5eKYF9s2ClNi3yfdIBbccY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user