python311Packages.restrictedpython: 6.0 -> 6.1

Changelog: https://github.com/zopefoundation/RestrictedPython/blob/6.1/CHANGES.rst
This commit is contained in:
Fabian Affolter 2023-07-09 09:59:42 +02:00
parent cfab6ff2f7
commit 5df36451cc

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "restrictedpython";
version = "6.0";
version = "6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "RestrictedPython";
inherit version;
hash = "sha256-QFzwvZ7sLxmxMmtfSCKO/lbWWQtOkYJrjMOyzUAKlq0=";
hash = "sha256-fljqFcySoLkW4MjKKV6LLG1A/uTRLhorUGPYbvwnmpw=";
};
nativeCheckInputs = [