guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/63: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.


From: guix-commits
Subject: 05/63: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.
Date: Sun, 24 Nov 2019 05:46:37 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 39d655843eb80e4f7388d1a0c107bc653c7fc843
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Mon Sep 16 19:31:06 2019 +0200

    bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.
    
    Built with
    
        commit d95cf404e1d83d6c734707807d9c75f77e8474e6
        bootstrap: mes-minimal: Update to mescc-tools-0.6.1.
    
    * gnu/packages/bootstrap.scm (%bootstrap-mescc-tools): Update for 0.6.1.
---
 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 d6995f1..4ada056 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -712,7 +712,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
   ;; %MESCC-TOOLS-BOOTSTRAP-TARBALL.
   (package
     (name "bootstrap-mescc-tools")
-    (version "0.5.2")
+    (version "0.6.1")
     (source #f)
     (build-system trivial-build-system)
     (arguments
@@ -744,12 +744,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
             (method url-fetch)
             (uri (map
                   (cute string-append <>
-                        "/i686-linux/20190815/"
-                        "mescc-tools-static-stripped-0.5.2-i686-linux.tar.xz")
+                        "/i686-linux/20191123/"
+                        "mescc-tools-static-stripped-0.6.1-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "0c3kklgghzh4q2dbpl6asb74cimp7hp6jscdwqwmzxbapgcl6582")))))))
+              "1pkr84fb59ds18hmmxziayz959nk5vzilvh4yf044qvsb16hdimz")))))))
     (synopsis "Bootstrap binaries of MesCC Tools")
     (description synopsis)
     (home-page #f)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]