[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)
- branch core-updates updated (fafa789 -> 03a45a4), guix-commits, 2018/12/20
- 01/13: bootstrap: mes-minimal-stripped: Do not strip bin., guix-commits, 2018/12/20
- 02/13: gnu: mes: Update to a155a0a9a2d941b15c1b98e5cce787de40a8dacd., guix-commits, 2018/12/20
- 03/13: bootstrap: bootstrap-mes: Update.,
guix-commits <=
- 06/13: bootstrap: Remove development hacks., guix-commits, 2018/12/20
- 08/13: bootstrap: Merge mes-minimal into mes-minimal-stripped., guix-commits, 2018/12/20
- 10/13: bootstrap: bootstrap-mes: Update., guix-commits, 2018/12/20
- 04/13: bootstrap: Do not fake, use Mes instead of Guile., guix-commits, 2018/12/20
- 11/13: bootstrap: mes-boot: Update for mes 0.19., guix-commits, 2018/12/20
- 07/13: gnu: mes: Update to 0.19., guix-commits, 2018/12/20
- 12/13: bootstrap: tcc-boot0: Update for mes 0.19., guix-commits, 2018/12/20
- 05/13: doc: Update mesboot graph without bootstrap-guile., guix-commits, 2018/12/20
- 09/13: bootstrap: Add mes-boot0; decouple mes-boot from Mes., guix-commits, 2018/12/20
- 13/13: bootstrap: srfi-43: Remove., guix-commits, 2018/12/20