bootstrap: bootstrap-mes: Update.

Built with

    464baaf735
    gnu: mes: Update to a155a0a9a2d941b15c1b98e5cce787de40a8dacd.

* gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
This commit is contained in:
Jan Nieuwenhuizen 2018-12-13 02:27:05 +01:00
parent 464baaf735
commit f8067e0329
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 6 deletions

View File

@ -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)