Unverified Commit ec9f67bc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #332366 from r-ryantm/auto-update/python312Packages.restrictedpython

python312Packages.restrictedpython: 7.1 -> 7.2
parents 9fef4f2b 240766b2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "restrictedpython";
  version = "7.1";
  version = "7.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,10 +19,10 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "RestrictedPython";
    inherit version;
    hash = "sha256-h1rrUcE51440zvhgXcZTCbRJFoBg3QhVGh/p7bR8uaU=";
    hash = "sha256-TR0w9wmmYhynxCNvCLZ7cyplHICZFF8TcHjH3UvtPSE=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  nativeCheckInputs = [
    pytestCheckHook