summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/restrictedpython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-30 22:45:50 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-30 22:45:50 +0200
commitce472c7f307a72ede764ddcea79ea5fd47e7a1d0 (patch)
tree1f7b0799ee5deab147be385f1a9d8b1d146c0c4b /pkgs/development/python-modules/restrictedpython
parent91f9bce07e3664362f2127fdbbfd316729090a5e (diff)
python311Packages.restrictedpython: 6.1 -> 6.2
Changelog: https://github.com/zopefoundation/RestrictedPython/blob/6.2/CHANGES.rst
Diffstat (limited to 'pkgs/development/python-modules/restrictedpython')
-rw-r--r--pkgs/development/python-modules/restrictedpython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/restrictedpython/default.nix b/pkgs/development/python-modules/restrictedpython/default.nix
index 4f1aafbdfa66..875771d8f8c6 100644
--- a/pkgs/development/python-modules/restrictedpython/default.nix
+++ b/pkgs/development/python-modules/restrictedpython/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "restrictedpython";
- version = "6.1";
+ version = "6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "RestrictedPython";
inherit version;
- hash = "sha256-fljqFcySoLkW4MjKKV6LLG1A/uTRLhorUGPYbvwnmpw=";
+ hash = "sha256-23Prfjs5ZQ8NIdEMyN2pwOKYbmIclLDF3jL7De46CK8=";
};
nativeCheckInputs = [