mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python@3.5: Update to 3.5.3.
* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper, python-wrapper): Update to 3.5.3. * gnu/packages/patches/python-fix-tests.patch: Adjust patch context. * gnu/packages/patches/python-3.5-fix-tests.patch: Likewise. Patch one new test.
This commit is contained in:
parent
baa467762c
commit
343cee8af3
3 changed files with 40 additions and 18 deletions
|
@ -317,7 +317,7 @@ data types.")
|
|||
|
||||
(define-public python-3.5
|
||||
(package (inherit python-2)
|
||||
(version "3.5.2")
|
||||
(version "3.5.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.python.org/ftp/python/"
|
||||
|
@ -330,7 +330,7 @@ data types.")
|
|||
(patch-flags '("-p0"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h6a5fr7ram2s483lh0pnmc4ncijb8llnpfdxdcl5dxr01hza400"))
|
||||
"1c6v1n9nz4mlx9mw1125fxpmbrgniqdbbx9hnqx44maqazb2mzpf"))
|
||||
(snippet
|
||||
'(delete-file
|
||||
"Lib/ctypes/test/test_win32.py")))) ; fails on aarch64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue