guix-commits
[Top][All Lists]
Advanced

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

10/54: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1.


From: guix-commits
Subject: 10/54: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1.
Date: Fri, 22 Nov 2019 18:17:43 -0500 (EST)

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

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

    bootstrap: bootstrap-mescc-tools: Update for 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 8503695..71647b9 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.5.2")
+    (version "0.6.1")
     (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/20190815/"
-                        "mescc-tools-static-stripped-0.5.2-i686-linux.tar.xz")
+                        "/i686-linux/20190915/"
+                        "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]