python310Packages.aiopvpc: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-14 14:49:53 +01:00 committed by Martin Weinelt
parent 2e6e882104
commit 2aee105cba
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -23,8 +23,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "azogue";
repo = pname;
rev = "v${version}";
sha256 = "sha256-eTCQddoZIaCs7iKGNBC8aSq6ek4vwYXgIXx35UlME/k=";
rev = "refs/tags/v${version}";
hash = "sha256-eTCQddoZIaCs7iKGNBC8aSq6ek4vwYXgIXx35UlME/k=";
};
nativeBuildInputs = [
@ -63,6 +63,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to download Spanish electricity hourly prices (PVPC)";
homepage = "https://github.com/azogue/aiopvpc";
changelog = "https://github.com/azogue/aiopvpc/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};