[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/210: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support.
From: |
Jan Nieuwenhuizen |
Subject: |
20/210: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support. |
Date: |
Sat, 8 Sep 2018 10:35:59 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit db9f8d7ff7abd44921e79e876514b4f0c4319740
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Nov 27 21:28:51 2017 +0100
gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support.
* gnu/packages/mes.scm (mescc-tools-boot): Update mes-seed.
(mes-boot): Update: Mescc-tools support, update mes-seed.
---
gnu/packages/mes.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index e0e0aee..3ded1c8 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -152,11 +152,11 @@ with a Knight VM that runs Forth and Lisp.")
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes-seed"
"/repository/archive.tar.gz?ref="
- "fe64ff3a855d20bc90a5f28237e9832d33731b91"))
+ "12dc81d9e4bc247abfa1d2072497b0b1a4b0d8c3"))
(file-name (string-append "mes-seed-0.11" ".tar.xz"))
(sha256
(base32
- "0ggc7r5mla44ilaxxj4x1z0k757i9h5ymd54l7wvjw7883z3ag5j"))))))
+ "0pk5fx95kd8g0kamqcgqd0l7ygiw6g5lbxsg16g2aj65381sr97g"))))))
(supported-systems '("i686-linux" "x86_64-linux"))
(build-system trivial-build-system)
(arguments
@@ -207,7 +207,7 @@ hex2 linker.")
(define-public mes-boot
(let ((version "0.11")
(revision "0")
- (commit "234ab121478ef4c59c1cedbf9e361a64b4e954d2"))
+ (commit "b67de7d4006cb451db7af75f47865ea927412edb"))
(package-with-bootstrap-guile
(package
(name "mes-boot")
@@ -221,7 +221,7 @@ hex2 linker.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "0jxrnv2fgi4n3hvq48li8l21439hmhm83ifdxhfsjggyf2kka3d0"))))
+ "1r0x79kdwf7nzsi6r5c5x0psb0jvsix3spbvk26f6clq5zk7rq4x"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -245,11 +245,11 @@ hex2 linker.")
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes-seed"
"/repository/archive.tar.gz?ref="
- "fe64ff3a855d20bc90a5f28237e9832d33731b91"))
+ "12dc81d9e4bc247abfa1d2072497b0b1a4b0d8c3"))
(file-name (string-append "mes-seed-0.11" ".tar.xz"))
(sha256
(base32
- "0ggc7r5mla44ilaxxj4x1z0k757i9h5ymd54l7wvjw7883z3ag5j"))))))
+ "0pk5fx95kd8g0kamqcgqd0l7ygiw6g5lbxsg16g2aj65381sr97g"))))))
(arguments
`(#:modules ((guix build utils))
#:builder
- 25/210: gnu: Update mescc-tools-boot: Binaries with function debug info., (continued)
- 25/210: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/09/08
- 11/210: tcc-boot: bump tinycc-seed: GNU Gcc support: Add ferror., Jan Nieuwenhuizen, 2018/09/08
- 12/210: bump mes-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 07/210: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2018/09/08
- 02/210: gnu: Add mescc-tools-boot., Jan Nieuwenhuizen, 2018/09/08
- 29/210: gnu: Update tcc-boot: mescc has no unsigned arithmetic., Jan Nieuwenhuizen, 2018/09/08
- 23/210: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/09/08
- 19/210: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 18/210: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 16/210: bump: mes-boot: fixup for 80-setjmp test, Jan Nieuwenhuizen, 2018/09/08
- 20/210: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support.,
Jan Nieuwenhuizen <=
- 15/210: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 08/210: gnu: Add gcc-boot. WIP, Jan Nieuwenhuizen, 2018/09/08
- 09/210: bump tcc-boot: add sysinclude path for [m4] configure., Jan Nieuwenhuizen, 2018/09/08
- 05/210: gnu: Add tcc-boot., Jan Nieuwenhuizen, 2018/09/08
- 06/210: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(, Jan Nieuwenhuizen, 2018/09/08
- 04/210: gnu: Add nyacc-boot., Jan Nieuwenhuizen, 2018/09/08
- 01/210: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2018/09/08
- 37/210: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 79/210: gnu: glibc-boot: Update to 2.2.5., Jan Nieuwenhuizen, 2018/09/11