guix-commits
[Top][All Lists]
Advanced

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

17/35: bootstrap-mes


From: guix-commits
Subject: 17/35: bootstrap-mes
Date: Wed, 20 Nov 2019 15:19:38 -0500 (EST)

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

commit 9fcc6a4837401671eef9496a875c9ef7460db1fd
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Wed Nov 20 18:44:46 2019 +0100

    bootstrap-mes
---
 gnu/packages/bootstrap.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 25c7df5..1afeb60 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -757,7 +757,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
@@ -790,11 +790,11 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
             (uri (map
                   (cute string-append <>
                         "/i686-linux/20190915/"
-                        
"mes-minimal-stripped-0.20-52-g16ee8eb64-i686-linux.tar.xz")
+                        
"mes-minimal-stripped-0.20-45-ga70ca477a-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "1smgskkjl5s9mhg72sqmvnpxzfi4xwx04944hqy1lahxsifd60q3")))))))
+              "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]