[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP
From: |
guix-commits |
Subject: |
09/14: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP |
Date: |
Mon, 14 Jan 2019 18:28:58 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 3c4888990b708c34c01900239db869434bdb1322
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Jan 5 22:52:30 2019 +0100
bootstrap: %bootstrap-mes: Update for mes 0.20. WIP
* 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 d35bd62..71c2c7a 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -705,12 +705,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(method url-fetch)
(uri (map
(cute string-append <>
- "/i686-linux/20181020/"
- "mes-minimal-stripped-0.19-i686-linux.tar.xz")
+ "/i686-linux/20190105/"
+ "mes-minimal-stripped-0.20-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h")))))))
+ "11w9wlikngpbclmp4l9w9q136pr3h8nkb8lscigdqgdw1rws8fxp")))))))
(supported-systems '("i686-linux" "x86_64-linux"))
(synopsis "Bootstrap binaries of Mes")
(description synopsis)
- 02/14: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., (continued)
- 02/14: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., guix-commits, 2019/01/14
- 08/14: Revert "bootstrap: tcc-boot0: Update for mes 0.20. WIP", guix-commits, 2019/01/14
- 04/14: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/01/14
- 12/14: build-system/gnu: Support running configure with Gash., guix-commits, 2019/01/14
- 01/14: gnu: Add gash. WIP, guix-commits, 2019/01/14
- 05/14: gnu: mes: Update to 0.20 WIP, guix-commits, 2019/01/14
- 10/14: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world.", guix-commits, 2019/01/14
- 06/14: bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world., guix-commits, 2019/01/14
- 07/14: bootstrap: tcc-boot0: Update for mes 0.20. WIP, guix-commits, 2019/01/14
- 03/14: bootstrap: Update %bootstrap-guile to 2.2., guix-commits, 2019/01/14
- 09/14: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP,
guix-commits <=
- 13/14: gnu: python-2.7: Disable tests. REVERTME, guix-commits, 2019/01/14
- 11/14: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., guix-commits, 2019/01/14
- 14/14: bootstrap: Scheme-only bootstrap: WIP, guix-commits, 2019/01/14