janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 698f3f15aaf2b220d6c14f736e24fb01baff97cb
Author: Jan Nieuwenhuizen <[email protected]>
Date: Mon Aug 27 01:12:51 2018 +0200
gnu: %tinycc-seed: Update for mes 0.17.1.
* gnu/packages/bootstrap.scm (%tinycc-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 7699350..69eb004 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -712,7 +712,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
"0k7iv9djcky18r8lm0zq96xj5nz8v5kg1clf7a2y8r47n6wzww8s")))))
(define %tinycc-seed
- (let ((commit "546500b97fb07147add1bc4aef2c10899f6a4306"))
+ (let ((commit "f6e7682891ab72ba66e9f5b9401eaed4e4733cfd"))
(origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/tinycc-seed"
@@ -720,7 +720,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
"/tinycc-seed-" commit ".tar.gz"))
(sha256
(base32
- "0803x488jbc2xv68pk633krfxnhyh6k56cmnyiva547m02r0z32h")))))
+ "0hzjd0iyghj4zphwn3ppyclq7k9qqg3xam9fj9hsrr2m0ibvr387")))))
(define %srfi-43
(origin