summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/restrictedpython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-09 16:43:17 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-09 16:43:17 +0100
commit72070c1132f175edaf02867d1c9961aa03a412e5 (patch)
treeab54d502509395494baef3b149d31764559101fe /pkgs/development/python-modules/restrictedpython
parente674075ed189df704e61d14d6f697369122b5f63 (diff)
python310Packages.restrictedpython: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/restrictedpython')
-rw-r--r--pkgs/development/python-modules/restrictedpython/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/restrictedpython/default.nix b/pkgs/development/python-modules/restrictedpython/default.nix
index 6e782b1bd336..a195c72fe852 100644
--- a/pkgs/development/python-modules/restrictedpython/default.nix
+++ b/pkgs/development/python-modules/restrictedpython/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "RestrictedPython";
inherit version;
- sha256 = "sha256-Y02h9sXBIqJi9DOwg+49F6mgOfjxs3eFl++0dGHNNhs=";
+ hash = "sha256-Y02h9sXBIqJi9DOwg+49F6mgOfjxs3eFl++0dGHNNhs=";
};
checkInputs = [
@@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Restricted execution environment for Python to run untrusted code";
homepage = "https://github.com/zopefoundation/RestrictedPython";
+ changelog = "https://github.com/zopefoundation/RestrictedPython/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ juaningan ];
};