[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/70: bootstrap: bootstrap-mes: Update to mes-0.21.
From: |
guix-commits |
Subject: |
09/70: bootstrap: bootstrap-mes: Update to mes-0.21. |
Date: |
Wed, 11 Dec 2019 13:03:18 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 44f353954dd3b9b1943a19a25c02e7194987cebb
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Sep 15 19:41:35 2019 +0200
bootstrap: bootstrap-mes: Update to mes-0.21.
Built with
commit d95cf404e1d83d6c734707807d9c75f77e8474e6
bootstrap: mes-minimal: Update to mes-0.21.
* gnu/packages/bootstrap.scm (%bootstrap-mes): Update to mes-0.21.
---
gnu/packages/bootstrap.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 365da89..8e36291 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -762,7 +762,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
;; %MES-BOOTSTRAP-TARBALL.
(package
(name "bootstrap-mes")
- (version "0")
+ (version "0.21")
(source #f)
(build-system trivial-build-system)
(arguments
@@ -794,12 +794,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/20191123/"
+ "mes-minimal-stripped-0.21-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "1q4xjpx6nbn44kxnilpgl12bhpmwy2bblzwszc2ci7xkf400jcpv")))))))
+ "0djfkw09vybw9kw0m1yslrs85q398kyflp0phf6k5nf7xhr55s6w")))))))
(supported-systems '("i686-linux" "x86_64-linux"))
(synopsis "Bootstrap binaries of Mes")
(description synopsis)
- branch wip-bootstrap created (now 2f7b115), guix-commits, 2019/12/11
- 01/70: gnu: mes: Update to 0.21., guix-commits, 2019/12/11
- 04/70: guile-build-system: Add #:implicit-inputs., guix-commits, 2019/12/11
- 05/70: bootstrap: mescc-tools-static: Update to 0.6.1., guix-commits, 2019/12/11
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/12/11
- 07/70: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/12/11
- 02/70: gnu: Add gash-core-utils., guix-commits, 2019/12/11
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/11
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21.,
guix-commits <=
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/11
- 11/70: Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.", guix-commits, 2019/12/11
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/11
- 12/70: Revert "gnu: Remove mescc-tools-0.5.2.", guix-commits, 2019/12/11
- 06/70: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/12/11
- 13/70: Revert "bootstrap: mescc-tools-static: Update to 0.6.1.", guix-commits, 2019/12/11
- 14/70: Revert "bootstrap: mes-minimal: Update to mes-0.21.", guix-commits, 2019/12/11
- 18/70: bootstrap: Add %bootstrap-mes-rewired., guix-commits, 2019/12/11
- 17/70: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/12/11
- 23/70: bootstrap: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2019/12/11