[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
210/211: gnu: nyacc-boot: Update to 0.86.0.
From: |
Jan Nieuwenhuizen |
Subject: |
210/211: gnu: nyacc-boot: Update to 0.86.0. |
Date: |
Sat, 8 Sep 2018 11:10:00 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6b157ab61c7acf593e1f658dc6389d8f4d4e4bc4
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Sep 8 15:39:07 2018 +0200
gnu: nyacc-boot: Update to 0.86.0.
* gnu/packages/commencement.scm (nyacc-boot): Update to 0.86.0.
---
gnu/packages/commencement.scm | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index aa2a766..60425fc 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -186,21 +186,27 @@
(invoke "sh" "install.sh"))))))))))
(define-public nyacc-boot
- (let ((version "0.80.42")
+ (let ((version "0.86.0")
(revision "0")
- (commit "2839661e344c1c709579e690063bc6a74adfb914"))
+ (commit #f))
(package
(inherit nyacc)
(name "nyacc-boot")
- (version (string-append version "-" revision "." (string-take commit 7)))
- (source (origin
- (method url-fetch)
- (uri (string-append "https://gitlab.com/janneke/nyacc"
- "/-/archive/" commit
- "/nyacc-" commit ".tar.gz"))
- (sha256
- (base32
- "0dlcqmchhl57nh7f0v6qb1kkbi7zbs3b185hcqv57fhb60b7rgcq")))))))
+ (version
+ (if commit
+ (string-append version "-" revision "." (string-take commit 7))
+ version))
+ (source
+ (if commit
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://gitlab.com/janneke/nyacc"
+ "/-/archive/" commit
+ "/nyacc-" commit ".tar.gz"))
+ (sha256
+ (base32
+ "0dlcqmchhl57nh7f0v6qb1kkbi7zbs3b185hcqv57fhb60b7rgcq")))
+ (package-source nyacc))))))
(define-public mes-boot
(package-with-bootstrap-guile
- branch wip-bootstrap created (now 18e7a8b), Jan Nieuwenhuizen, 2018/09/08
- 17/211: bump: mlibc: Mescc-tools support: chmod., Jan Nieuwenhuizen, 2018/09/08
- 23/211: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/09/08
- 14/211: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 02/211: gnu: Add mescc-tools-boot., Jan Nieuwenhuizen, 2018/09/08
- 133/211: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/09/08
- 209/211: gnu: mes: Update to 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 211/211: gnu: mes-boot0: Support Nyacc 0.86.0., Jan Nieuwenhuizen, 2018/09/08
- 196/211: build: make %boot*-inputs a procedure., Jan Nieuwenhuizen, 2018/09/08
- 210/211: gnu: nyacc-boot: Update to 0.86.0.,
Jan Nieuwenhuizen <=
- 206/211: gnu: m4-boot0: New variable., Jan Nieuwenhuizen, 2018/09/08
- 201/211: gnu: file-boot0: Remove bootstrap leaks., Jan Nieuwenhuizen, 2018/09/08
- 204/211: gnu: gcc-boot0: Workaround libtool install bug., Jan Nieuwenhuizen, 2018/09/08
- 203/211: gnu: glibc-mesboot: Drop obsolete sun rpc support., Jan Nieuwenhuizen, 2018/09/08
- 208/211: gnu: nyacc: Update to 0.86.0., Jan Nieuwenhuizen, 2018/09/08
- 199/211: gnu: diffutils-boot0: Remove bootstrap leaks., Jan Nieuwenhuizen, 2018/09/08
- 183/211: gnu: gcc-core-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 205/211: gnu: perl-boot0: Remove bootstrap leaks., Jan Nieuwenhuizen, 2018/09/08
- 197/211: Oops, libstdc++ build fixes WIP, Jan Nieuwenhuizen, 2018/09/08
- 177/211: gnu: mes-boot: Cleanup., Jan Nieuwenhuizen, 2018/09/08