python311Packages.pyenphase: update changelog entry

This commit is contained in:
Fabian Affolter 2024-01-11 11:28:44 +01:00 committed by GitHub
parent be4869c51e
commit e2350923cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.16.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.11";
@ -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 ];
};