mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
bootstrap: bootstrap-mes: Update.
Built with
ef809e3ac0
bootstrap: Add mes-boot0; decouple mes-boot from Mes.
* gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
This commit is contained in:
parent
ef809e3ac0
commit
c89bbcccb2
1 changed files with 6 additions and 4 deletions
|
@ -697,14 +697,16 @@ (define %bootstrap-mes
|
|||
,(bootstrap-origin
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://lilypond.org/janneke/guix/20181214/"
|
||||
"mes-minimal-stripped-0.18-1.a155a0a-i686-linux.tar.xz"))
|
||||
(uri (map
|
||||
(cute string-append <>
|
||||
"/i686-linux/20181020/"
|
||||
"mes-minimal-stripped-0.19-i686-linux.tar.xz")
|
||||
%bootstrap-base-urls))
|
||||
(sha256
|
||||
(match (%current-system)
|
||||
((or "i686-linux" "x86_64-linux")
|
||||
(base32
|
||||
"06nzpryzh1blldlfdg256176cs3g1qyn3qs9yabzlbx7ps5pq3h3")))))))))
|
||||
"0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h")))))))))
|
||||
(synopsis "Bootstrap binaries of Mes")
|
||||
(description synopsis)
|
||||
(home-page #f)
|
||||
|
|
Loading…
Reference in a new issue