[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/211: gnu: Update mes-boot: Add qsort.
From: |
Jan Nieuwenhuizen |
Subject: |
33/211: gnu: Update mes-boot: Add qsort. |
Date: |
Sat, 8 Sep 2018 11:09:22 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 5014b6f8aa0166a99b75020640d8d4246cdf3181
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Dec 4 23:38:20 2017 +0100
gnu: Update mes-boot: Add qsort.
* gnu/packages/mes.scm (mes-boot): Update: add qsort.
(%mes-seed): Likewise.
(%tinycc-seed): Likewise.
---
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 e1d698a..84226af 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -55,22 +55,22 @@
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes-seed"
"/repository/archive.tar.gz?ref="
- "174ab7fe75cc78f5969edb64756722b54333bf04"))
+ "01439d7052e3b959f25d4b8ab550744e52acb214"))
(file-name (string-append "mes-seed-0.11" ".tar.xz"))
(sha256
(base32
- "0vxa5k2s76izamih1686399b4dwhrx8zj5insl1macxgif2jam2l"))))
+ "1rysi6i2phvpb4jl5639lbiprpcla22pr8hng0d5s7hjqfslg48y"))))
(define %tinycc-seed
(origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/tinycc-seed"
"/repository/archive.tar.gz?ref="
- "ef636f9db5d40d4ca2513080e737f25809373ed9"))
+ "f3637ca76c2a8f27a2d925c821946803bff1a5d2"))
(file-name (string-append "tinycc-seed" "-" "0.9.26" ".tar.xz"))
(sha256
(base32
- "16ywgiracw72zixdr6zx1nmb2clja31011pq445xas2wkjs2ab5w"))))
+ "1xfn2hh497ck2syw380x3a7as03yf7r0z561qr50sav8gibv7vj1"))))
(define %srfi-43
(origin
@@ -228,7 +228,7 @@ hex2 linker.")
(define-public mes-boot
(let ((version "0.11")
(revision "0")
- (commit "73396adee14ff2a5236c261119d9a73dfc4c9e3c"))
+ (commit "51c532753b6a81fd5f9e2f58cc26c41487fa284c"))
(package-with-bootstrap-guile
(package
(name "mes-boot")
@@ -242,7 +242,7 @@ hex2 linker.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "13d97gsxjhxrl3yvr3gq0f1q9palaf86wwxjaidf097ir61hmv64"))))
+ "12w87k12rz29jqsd2rhagaylxpahs5zpb9mazzmm71bldg0b8il8"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
- 47/211: gnu: %tinycc-seed: Update for mes 0.13., (continued)
- 47/211: gnu: %tinycc-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 49/211: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 43/211: gnu: stage0-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 36/211: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/08
- 38/211: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 39/211: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 34/211: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/08
- 40/211: gnu: tinycc-boot: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 35/211: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/08
- 30/211: gnu: Update tcc-boot: mescc has no long long., Jan Nieuwenhuizen, 2018/09/08
- 33/211: gnu: Update mes-boot: Add qsort.,
Jan Nieuwenhuizen <=
- 32/211: gnu: Update tcc-boot: mescc char cast truncate bug #2., Jan Nieuwenhuizen, 2018/09/08
- 26/211: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/09/08
- 28/211: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3., Jan Nieuwenhuizen, 2018/09/08
- 25/211: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/09/08
- 21/211: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 22/211: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08
- 20/211: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/08
- 07/211: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2018/09/08
- 03/211: gnu: Add mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 18/211: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08