python310Packages.rchitect: add changelog to meta
This commit is contained in:
parent
3f95b4a317
commit
304bb1941e
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pytest-mock
|
, pytest-mock
|
||||||
, R
|
, R
|
||||||
, rPackages }:
|
, rPackages
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rchitect";
|
pname = "rchitect";
|
||||||
|
@ -15,7 +16,7 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "randy3k";
|
owner = "randy3k";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-fXL2UX0n9kKAVwMUP0z8V3UtJAy4xbAjnPIggUHllN0=";
|
hash = "sha256-fXL2UX0n9kKAVwMUP0z8V3UtJAy4xbAjnPIggUHllN0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -46,6 +47,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Interoperate R with Python";
|
description = "Interoperate R with Python";
|
||||||
homepage = "https://github.com/randy3k/rchitect";
|
homepage = "https://github.com/randy3k/rchitect";
|
||||||
|
changelog = "https://github.com/randy3k/rchitect/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ savyajha ];
|
maintainers = with maintainers; [ savyajha ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue