From 5df36451ccdbebf6113a2f4b1200bb9ed565feac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 9 Jul 2023 09:59:42 +0200 Subject: [PATCH] python311Packages.restrictedpython: 6.0 -> 6.1 Changelog: https://github.com/zopefoundation/RestrictedPython/blob/6.1/CHANGES.rst --- pkgs/development/python-modules/restrictedpython/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/restrictedpython/default.nix b/pkgs/development/python-modules/restrictedpython/default.nix index cf8ceb3e96f6..4f1aafbdfa66 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.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 = [