Merge pull request #242451 from fabaff/restrictedpython-bump

python311Packages.restrictedpython: 6.0 -> 6.1
This commit is contained in:
Sandro
2023-07-11 21:28:19 +02:00
committed by GitHub
@@ -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 = [