guix-commits
[Top][All Lists]
Advanced

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

09/14: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP


From: guix-commits
Subject: 09/14: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP
Date: Wed, 20 Nov 2019 15:16:26 -0500 (EST)

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

commit 3c4888990b708c34c01900239db869434bdb1322
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Jan 5 22:52:30 2019 +0100

    bootstrap: %bootstrap-mes: Update for mes 0.20.  WIP
    
    * gnu/packages/bootstrap.scm (%bootstrap-mes): Update for mes 0.20.
---
 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 d35bd62..71c2c7a 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -705,12 +705,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
             (method url-fetch)
             (uri (map
                   (cute string-append <>
-                        "/i686-linux/20181020/"
-                        "mes-minimal-stripped-0.19-i686-linux.tar.xz")
+                        "/i686-linux/20190105/"
+                        "mes-minimal-stripped-0.20-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h")))))))
+              "11w9wlikngpbclmp4l9w9q136pr3h8nkb8lscigdqgdw1rws8fxp")))))))
     (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]