guix-commits
[Top][All Lists]
Advanced

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

15/35: bootstrap: bootstrap-mes: Update for mes-0.20.


From: guix-commits
Subject: 15/35: bootstrap: bootstrap-mes: Update for mes-0.20.
Date: Wed, 20 Nov 2019 15:16:07 -0500 (EST)

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

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

    bootstrap: bootstrap-mes: Update for mes-0.20.
    
    * 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 2496f66..e335098 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -789,12 +789,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-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "1q4xjpx6nbn44kxnilpgl12bhpmwy2bblzwszc2ci7xkf400jcpv")))))))
+              "1qixbkhqyjrvpkfkklgf7z1q6sm1z13n1zqmmdmxp2m8z1ywpxyh")))))))
     (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]