guix-commits
[Top][All Lists]
Advanced

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

11/54: bootstrap: bootstrap-mes: Update for mes-0.21. WIP


From: guix-commits
Subject: 11/54: bootstrap: bootstrap-mes: Update for mes-0.21. WIP
Date: Fri, 22 Nov 2019 18:17:43 -0500 (EST)

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

commit 8b4b2dd7333129b914c5eedd7e516be0c9800f0b
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Sep 15 19:41:35 2019 +0200

    bootstrap: bootstrap-mes: Update for mes-0.21.  WIP
    
    * gnu/packages/bootstrap.scm (%bootstrap-mes): Update for mes-0.21.
---
 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 71647b9..d0f3748 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -762,7 +762,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
   ;; %MES-BOOTSTRAP-TARBALL.
   (package
     (name "bootstrap-mes")
-    (version "0")
+    (version "1")
     (source #f)
     (build-system trivial-build-system)
     (arguments
@@ -794,12 +794,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
             (method url-fetch)
             (uri (map
                   (cute string-append <>
-                        "/i686-linux/20190815/"
-                        "mes-minimal-stripped-0.19-i686-linux.tar.xz")
+                        "/i686-linux/20190915/"
+                        
"mes-minimal-stripped-0.20-45-ga70ca477a-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "1q4xjpx6nbn44kxnilpgl12bhpmwy2bblzwszc2ci7xkf400jcpv")))))))
+              "1myg8f4jl3zvrha815dm5ayq42xnv3cnpp4hjxgn3rilycz5hbki")))))))
     (supported-systems '("i686-linux" "x86_64-linux"))
     (synopsis "Bootstrap binaries of Mes")
     (description synopsis)



reply via email to

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