janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit b0e839c788bc84630cf7413dbca9d23cc5061c30
Author: Jan Nieuwenhuizen <[email protected]>
Date: Sat Dec 7 20:35:42 2019 +0100
Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1."
This reverts commit 702fa556e3fd5eb40da64c14286760a1fda75a6b.
---
gnu/packages/bootstrap.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 365da89..c097d93 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -713,7 +713,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
;; %MESCC-TOOLS-BOOTSTRAP-TARBALL.
(package
(name "bootstrap-mescc-tools")
- (version "0.6.1")
+ (version "0.5.2")
(source #f)
(build-system trivial-build-system)
(arguments
@@ -745,12 +745,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(method url-fetch)
(uri (map
(cute string-append <>
- "/i686-linux/20191123/"
- "mescc-tools-static-stripped-0.6.1-i686-linux.tar.xz")
+ "/i686-linux/20190815/"
+ "mescc-tools-static-stripped-0.5.2-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "1pkr84fb59ds18hmmxziayz959nk5vzilvh4yf044qvsb16hdimz")))))))
+ "0c3kklgghzh4q2dbpl6asb74cimp7hp6jscdwqwmzxbapgcl6582")))))))
(synopsis "Bootstrap binaries of MesCC Tools")
(description synopsis)
(home-page #f)