[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/176: bump: mlibc: Mescc-tools support: chmod.
From: |
Jan Nieuwenhuizen |
Subject: |
17/176: bump: mlibc: Mescc-tools support: chmod. |
Date: |
Fri, 31 Aug 2018 11:20:02 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 8dc0ac36cdce0aa701e97716abdd8c41b4990547
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Nov 26 19:08:51 2017 +0100
bump: mlibc: Mescc-tools support: chmod.
---
gnu/packages/mes.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index bcdc3cb..17cf5d0 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -67,7 +67,7 @@
(uri (string-append "https://gitlab.com/janneke/stage0-seed"
"/repository/archive.tar.gz?ref="
"87039121e9ab4d48e9bade513c6f328cc9968583"))
- (file-name (string-append name "-seed" "-" version ".tar.xz"))
+ (file-name (string-append "stage0-seed" "-" version ".tar.xz"))
(sha256
(base32
"0m18mv825nykj738gg9il60xb8xxc4015ypxgimhygdqxx0n66bp"))))))
@@ -141,7 +141,7 @@ with a Knight VM that runs Forth and Lisp.")
(uri (string-append "https://gitlab.com/janneke/mescc-tools-seed"
"/repository/archive.tar.gz?ref="
"b0f8fd0e31c41cb91aefd17047da1f5743370e4b"))
- (file-name (string-append name "-seed" "-" version ".tar.xz"))
+ (file-name (string-append "mescc-tools-seed" "-" version ".tar.xz"))
(sha256
(base32
"065nmxpp73hnynqil0f1d3cgldkfpx64zach1i31iz05f9xy3yzn"))))
@@ -215,7 +215,7 @@ hex2 linker.")
(define-public mes-boot
(let ((version "0.11")
(revision "0")
- (commit "d9d6bc3b9dacfd018a6b43d80f9278f3fba94747"))
+ (commit "a3d445e9049f6b6603d8c69c0e33bd071cf15b1c"))
(package
(name "mes-boot")
(version (string-append version "-" revision "." (string-take commit 7)))
@@ -228,7 +228,7 @@ hex2 linker.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "1y0pfmhqdrz4gff9j8g9f6bwb351bqsjirw465pdjgq7sn27rj3v"))))
+ "0ss7qrzavl3m33naq3v1qawzd8nniwa84cm7kqkkv5n5l6rawxjw"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -340,7 +340,6 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/tinycc"
-
"/repository/archive.tar.gz?ref="
commit))
(file-name (string-append name "-" version ".tar.xz"))
- 26/176: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., (continued)
- 26/176: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/08/31
- 37/176: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 39/176: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 57/176: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/08/31
- 54/176: gnu: mescc-tools-boot: Update to 0.4., Jan Nieuwenhuizen, 2018/08/31
- 14/176: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/08/31
- 38/176: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/08/31
- 51/176: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31
- 50/176: gnu: mes-boot: Update to 0.14., Jan Nieuwenhuizen, 2018/08/31
- 23/176: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/08/31
- 17/176: bump: mlibc: Mescc-tools support: chmod.,
Jan Nieuwenhuizen <=
- 25/176: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/08/31
- 36/176: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/08/31
- 29/176: gnu: Update tcc-boot: mescc has no unsigned arithmetic., Jan Nieuwenhuizen, 2018/08/31
- 55/176: gnu: %mescc-tools-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/08/31
- 49/176: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31
- 47/176: gnu: %tinycc-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/08/31
- 44/176: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/08/31
- 52/176: gnu: tcc-boot: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31
- 56/176: gnu: mescc-tools-boot: Update for mes 0.15., Jan Nieuwenhuizen, 2018/08/31
- 18/176: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/08/31