Merge pull request #280244 from fabaff/pyenphase-bump

python311Packages.pyenphase: 1.15.2 -> 1.16.0
This commit is contained in:
Nick Cao 2024-01-11 16:10:20 -05:00 committed by GitHub
commit d7574dde16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.15.2";
format = "pyproject";
version = "1.16.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-4vKfgpCo28btFCTbj7xge7bDImafbOWsabhdMJK5p3Q=";
hash = "sha256-4oxYa05TSmhqv/f9gzq+zRsCNU0KSyHt0nZSEmfpx7k=";
};
postPatch = ''
@ -68,7 +68,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to control enphase envoy";
homepage = "https://github.com/pyenphase/pyenphase";
changelog = "https://github.com/pyenphase/pyenphase/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/pyenphase/pyenphase/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};