python311Packages.restrictedpython: 6.1 -> 6.2

Changelog: https://github.com/zopefoundation/RestrictedPython/blob/6.2/CHANGES.rst
This commit is contained in:
Fabian Affolter
2023-08-30 22:45:50 +02:00
parent 91f9bce07e
commit ce472c7f30

View File

@@ -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 = [