guix-commits
[Top][All Lists]
Advanced

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

03/13: bootstrap: bootstrap-mes: Update.


From: guix-commits
Subject: 03/13: bootstrap: bootstrap-mes: Update.
Date: Thu, 20 Dec 2018 06:22:48 -0500 (EST)

janneke pushed a commit to branch core-updates
in repository guix.

commit f8067e0329d2fca96abbae8988913d6bfa8bcfd3
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu Dec 13 02:27:05 2018 +0100

    bootstrap: bootstrap-mes: Update.
    
    Built with
    
        464baaf7359a5c0192ade7e435f7384a335679e6
        gnu: mes: Update to a155a0a9a2d941b15c1b98e5cce787de40a8dacd.
    
    * gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
---
 gnu/packages/bootstrap.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index eac729f..59fd278 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -697,16 +697,14 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
         ,(bootstrap-origin
           (origin
             (method url-fetch)
-            (uri (map
-                  (cute string-append <>
-                        "/i686-linux/20181020/"
-                        
"mes-minimal-stripped-0.18-0.08f04f5-i686-linux.tar.xz")
-                 %bootstrap-base-urls))
+            (uri (string-append
+                  "http://lilypond.org/janneke/guix/20181214/";
+                  "mes-minimal-stripped-0.18-1.a155a0a-i686-linux.tar.xz"))
             (sha256
              (match (%current-system)
                ((or "i686-linux" "x86_64-linux")
                 (base32
-                 
"0qwpby91hp6afmg5ibdrrk3fw85zxdazfk7rhrdsihsfzqwmfhfx")))))))))
+                 
"06nzpryzh1blldlfdg256176cs3g1qyn3qs9yabzlbx7ps5pq3h3")))))))))
     (synopsis "Bootstrap binaries of Mes")
     (description synopsis)
     (home-page #f)



reply via email to

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