mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-boot0: Update to 3.5.9.
* gnu/packages/commencement.scm (python-boot0): Update to 3.5.9.
This commit is contained in:
parent
404efac48b
commit
73fec9ca10
1 changed files with 2 additions and 2 deletions
|
@ -1882,7 +1882,7 @@ (define python-boot0
|
||||||
;; pthreads, which is missing on non-x86 platforms at this stage.
|
;; pthreads, which is missing on non-x86 platforms at this stage.
|
||||||
;; Python 3.6 technically supports being built without threading
|
;; Python 3.6 technically supports being built without threading
|
||||||
;; support, but requires additional patches.
|
;; support, but requires additional patches.
|
||||||
(version "3.5.7")
|
(version "3.5.9")
|
||||||
(source (bootstrap-origin
|
(source (bootstrap-origin
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1890,7 +1890,7 @@ (define python-boot0
|
||||||
version "/Python-" version ".tar.xz"))
|
version "/Python-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p67pnp2ca5przx2s45r8m55dcn6f5hsm0l4s1zp7mglkf4r4n18"))
|
"0jdh9pvx6m6lfz2liwvvhn7vks7qrysqgwn517fkpxb77b33fjn2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue