janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 1e0ee6ee7eab4bfc828e98841daee158f82daa86
Author: Jan Nieuwenhuizen <[email protected]>
Date: Sun Nov 26 13:31:21 2017 +0100
bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp.
---
gnu/packages/mes.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index dd81b86..5bb3c34 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -331,7 +331,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(define-public tcc-boot
(let ((version "0.9.26")
(revision "0")
- (commit "37e6553c1e97c9fcb5f12f6d3fe546489d2d5596"))
+ (commit "8f495f27423acbf569459f517466a07ed2c96c45"))
(package
(name "tcc-boot")
(version (string-append version "-" revision "." (string-take commit 7)))
@@ -345,7 +345,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "0zvr48a410yjz7pb6lq6rajp1x864pyrvna75ik0213qyfgw0pfr"))))
+ "15kh9qpc12pph0yz1rz8v646kx9x62a1cqgy0g0y4vbj3sampdsy"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -374,11 +374,11 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/tinycc-seed"
"/repository/archive.tar.gz?ref="
- "900edb4fb2077282a486bd0739fff4574ffbaaf9"))
+ "393a3117a91ec057494986bd75215e1a1786d69d"))
(file-name (string-append name "-seed" "-" version ".tar.xz"))
(sha256
(base32
- "157g9mjcci5q4m5rgrpvxqqa2adrgaz6ykmd8snkmh88cxnjpasv"))))))
+ "0ipb59my9hxkaybvj8bss5chqs2ypga3k765l93z374p57cqmllm"))))))
(arguments
`(#:modules ((guix build utils))
#:builder