3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.plotnine: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-28 20:04:41 +01:00
parent 451fbb186b
commit ead1253f6a

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DompMBXzxx1oRKx6qfsNoJuQj199+n3V1opcoysuvOo=";
hash = "sha256-DompMBXzxx1oRKx6qfsNoJuQj199+n3V1opcoysuvOo=";
};
postPatch = ''
@ -69,7 +69,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Grammar of graphics for python";
homepage = "https://plotnine.readthedocs.io/en/stable";
homepage = "https://plotnine.readthedocs.io/";
changelog = "https://github.com/has2k1/plotnine/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};