summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-14 18:11:10 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-14 18:31:35 +0100
commit73fec9ca1055199aaa4e39e977d17364c33c860c (patch)
tree8a3b3ce5c139a906ee71ce10fa15e90dc660445a /gnu/packages
parent404efac48bbb96ce6852df2059001cbfa22a3cfb (diff)
downloadguix-73fec9ca1055199aaa4e39e977d17364c33c860c.tar.gz
gnu: python-boot0: Update to 3.5.9.
* gnu/packages/commencement.scm (python-boot0): Update to 3.5.9.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/commencement.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 0f7ca24865..d173f5a19b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1882,7 +1882,7 @@ the bootstrap environment."
     ;; pthreads, which is missing on non-x86 platforms at this stage.
     ;; Python 3.6 technically supports being built without threading
     ;; support, but requires additional patches.
-    (version "3.5.7")
+    (version "3.5.9")
     (source (bootstrap-origin
              (origin
                (method url-fetch)
@@ -1890,7 +1890,7 @@ the bootstrap environment."
                                    version "/Python-" version ".tar.xz"))
                (sha256
                 (base32
-                 "1p67pnp2ca5przx2s45r8m55dcn6f5hsm0l4s1zp7mglkf4r4n18"))
+                 "0jdh9pvx6m6lfz2liwvvhn7vks7qrysqgwn517fkpxb77b33fjn2"))
                (modules '((guix build utils)))
                (snippet
                 '(begin