guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit 4eb84635bcf2639d4722231fec842182dcab549e Author: Efraim Flashner <[email protected]> AuthorDate: Tue Jul 29 11:02:08 2025 +0300 gnu: byacc-mesboot: Update to 20241231. * gnu/packages/commencement.scm (byacc-mesboot): Update to 20241231. Change-Id: I6f119e761626f5effad15589e05bd807919ce22b --- gnu/packages/commencement.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 54e39b19eb..cefb87d556 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -2186,11 +2186,12 @@ ac_cv_c_float_format='IEEE (little-endian)' ;; We need to introduce byacc in order to process some pre-generated ;; files in gawk and possibly elsewhere. +;; TODO: Use an awk implementation to remove pre-generated files. (define byacc-mesboot (package (inherit byacc) (name "byacc") - (version "20240109") + (version "20241231") (source (origin (method url-fetch) (uri (string-append @@ -2199,7 +2200,7 @@ ac_cv_c_float_format='IEEE (little-endian)' (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0il4w1vwbglayakywyghiqhcjpg1yvv5ww2p8ylz32bi05wpg2gj")))) + "0wwnc0zdx7qz34crr0cz15jjfqafkizn4ld49d8pykld0jp2yb0r")))) (native-inputs (if (target-x86?) (%boot-mesboot1-inputs) (%boot-muslboot2-inputs)))
