Nicolas Graves
416e87e9c7
gnu: pypy: Update to 7.3.17. [security fixes]
...
This fixes CVE-2022-37454.
* gnu/packages/pypy.scm (pypy): Update to 7.3.17.
2024-11-04 17:36:28 +08:00
Greg Hogan
7ce0c79e7a
gnu: pypy: Update to 7.3.13.
...
The validate-runpath error was previously reported in #57653 .
Version update fixes the existing build errors.
* gnu/packages/python.scm (pypy3): Update to 7.3.13.
[source]: Update origin URI.
[arguments]<#:validate-runpath>: Disable check.
[arguments]<#:phases>: Update directory paths.
Change-Id: Ic6ab7dd77e30fa85d6fa5f000f9aa2528951b81e
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2023-12-14 23:12:24 +01:00
Marius Bakke
f8ce707252
gnu: pypy: Remove unused module imports.
...
This is a follow-up to commit 6e7ed04033 .
* gnu/packages/pypy.scm: Remove unused modules.
2022-10-27 21:38:56 +02:00
Lars-Dominik Braun
6e7ed04033
gnu: pypy: Move to separate module.
...
This removes the need to import (gnu packages python-xyz) in (gnu packages
python), avoiding issues with circular imports.
* gnu/packages/python.scm (pypy): Move…
* gnu/packages/pypy.scm (pypy): …here
* gnu/local.mk: Register new file.
Co-authored-by: Marius Bakke <marius@gnu.org >
2022-10-27 19:43:06 +02:00