mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 20:43:28 +00:00
python311Packages.pyenphase: update changelog entry
This commit is contained in:
parent
be4869c51e
commit
e2350923cd
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user