janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit e82cd42bfd6a7dc5f22d355228cbcc87545e68af
Author: Jan Nieuwenhuizen <[email protected]>
Date: Mon Aug 27 01:11:36 2018 +0200
gnu: %mes-seed: Update for mes 0.17.1.
* gnu/packages/bootstrap.scm (%mes-seed): Update for mes 0.17.1.
---
gnu/packages/bootstrap.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 12e0a3b..7699350 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -701,7 +701,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
"0rqip3j2qsppvjvmhhmjqdv70n64q6vkg2p6vpx87h1dbggdjk3v")))))
(define %mes-seed
- (let ((commit "9f4b5f3023b9719f6dec61b96cbfc9b327fc7bd8"))
+ (let ((commit "bed429ae315c2c57e9dd428a4dcf3f0d332ef064"))
(origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes-seed"
@@ -709,7 +709,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
"/mes-seed-" commit ".tar.gz"))
(sha256
(base32
- "1gyh16bymld897s5zzxd8zj3gqwfgvihblqg6rd177lw176aj821")))))
+ "0k7iv9djcky18r8lm0zq96xj5nz8v5kg1clf7a2y8r47n6wzww8s")))))
(define %tinycc-seed
(let ((commit "546500b97fb07147add1bc4aef2c10899f6a4306"))