[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/35: bootstrap: bootstrap-mes: Update for mes-0.20.
From: |
guix-commits |
Subject: |
15/35: bootstrap: bootstrap-mes: Update for mes-0.20. |
Date: |
Wed, 20 Nov 2019 15:19:38 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 480c1dd9dde6e83caba806c24d9eb30868e368a7
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Sep 15 19:41:35 2019 +0200
bootstrap: bootstrap-mes: Update for mes-0.20.
* 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 2496f66..e335098 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -789,12 +789,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(method url-fetch)
(uri (map
(cute string-append <>
- "/i686-linux/20190815/"
- "mes-minimal-stripped-0.19-i686-linux.tar.xz")
+ "/i686-linux/20190915/"
+ "mes-minimal-stripped-0.20-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "1q4xjpx6nbn44kxnilpgl12bhpmwy2bblzwszc2ci7xkf400jcpv")))))))
+ "1qixbkhqyjrvpkfkklgf7z1q6sm1z13n1zqmmdmxp2m8z1ywpxyh")))))))
(supported-systems '("i686-linux" "x86_64-linux"))
(synopsis "Bootstrap binaries of Mes")
(description synopsis)
- branch wip-bootstrap created (now e560af2), guix-commits, 2019/11/20
- 03/35: bootstrap: Add gash-boot., guix-commits, 2019/11/20
- 05/35: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-tarball., guix-commits, 2019/11/20
- 06/35: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/11/20
- 16/35: bootstrap: bootstrap-mes: Update for mes-0.21. WIP, guix-commits, 2019/11/20
- 15/35: bootstrap: bootstrap-mes: Update for mes-0.20.,
guix-commits <=
- 02/35: gnu: Add gash-core-utils., guix-commits, 2019/11/20
- 04/35: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/20
- 01/35: gnu: Add ncompress., guix-commits, 2019/11/20
- 07/35: gnu: nyacc: Update to 0.99.0., guix-commits, 2019/11/20
- 09/35: gnu: mes: Update to 0.20., guix-commits, 2019/11/20
- 11/35: mes: 0.21, guix-commits, 2019/11/20
- 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 13/35: bootstrap: mes-minimal: Update for mes-0.20., guix-commits, 2019/11/20
- 19/35: bootstrap: nyacc-boot. WIP, guix-commits, 2019/11/20
- 08/35: gnu: mescc-tools: Update to 0.6.1., guix-commits, 2019/11/20