From ead1253f6ad46532c31709039ff7e0906bd4b268 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 28 Dec 2022 20:04:41 +0100 Subject: [PATCH] python310Packages.plotnine: add changelog to meta --- pkgs/development/python-modules/plotnine/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/plotnine/default.nix b/pkgs/development/python-modules/plotnine/default.nix index 9e0b1c817613..9c71ac58f555 100644 --- a/pkgs/development/python-modules/plotnine/default.nix +++ b/pkgs/development/python-modules/plotnine/default.nix @@ -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 ]; };