guix-commits
[Top][All Lists]
Advanced

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

09/70: bootstrap: bootstrap-mes: Update to mes-0.21.


From: guix-commits
Subject: 09/70: bootstrap: bootstrap-mes: Update to mes-0.21.
Date: Wed, 11 Dec 2019 13:03:18 -0500 (EST)

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

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

    bootstrap: bootstrap-mes: Update to mes-0.21.
    
    Built with
    
        commit d95cf404e1d83d6c734707807d9c75f77e8474e6
        bootstrap: mes-minimal: Update to mes-0.21.
    
    * gnu/packages/bootstrap.scm (%bootstrap-mes): Update to 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 365da89..8e36291 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 "0.21")
     (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/20191123/"
+                        "mes-minimal-stripped-0.21-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "1q4xjpx6nbn44kxnilpgl12bhpmwy2bblzwszc2ci7xkf400jcpv")))))))
+              "0djfkw09vybw9kw0m1yslrs85q398kyflp0phf6k5nf7xhr55s6w")))))))
     (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]