From 172ee1045689cd42d2de837ee560d32c43730cc3 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 21 Jul 2019 14:38:52 +0200 Subject: [PATCH 3/4] bootstrap: bootstrap-mescc-tools: Update. Built with 2e13b6fff94027158b3de5d3a1469dc9f89b0c39 bootstrap: mes-minimal-stripped: Remove store references. * gnu/packages/bootstrap.scm (%bootstrap-mescc-tools): Update. --- 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 8dbe52435e..a8a5c93e01 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -703,7 +703,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \ ;; %MESCC-TOOLS-BOOTSTRAP-TARBALL. (package (name "bootstrap-mescc-tools") - (version "0.5.2") + (version "1") (source #f) (build-system trivial-build-system) (arguments @@ -735,12 +735,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \ (method url-fetch) (uri (map (cute string-append <> - "/i686-linux/20181020/" - "mescc-tools-static-0.5.2-0.bb062b0-i686-linux.tar.xz") + "/i686-linux/20190721/" + "mescc-tools-static-stripped-0.5.2-0.bb062b0-i686-linux.tar.xz") %bootstrap-base-urls)) (sha256 (base32 - "11lniw0vg61kmyhvnwkmcnkci9ym6hbmiksiqggd0hkipbq7hvlz"))))))) + "0h7sbc5im74gxjx3xybqavq7hacbg7gcl4sznc1mpw67yja49f75"))))))) (synopsis "Bootstrap binaries of MesCC Tools") (description synopsis) (home-page #f) -- 2.21.0