Merge pull request #252432 from fabaff/restrictedpython-bump

python311Packages.restrictedpython: 6.1 -> 6.2
This commit is contained in:
OTABI Tomoya 2023-08-31 09:38:10 +09:00 committed by GitHub
commit b41ae898e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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