1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: byacc-mesboot: Update to 20241231.

* gnu/packages/commencement.scm (byacc-mesboot): Update to 20241231.

Change-Id: I6f119e761626f5effad15589e05bd807919ce22b
This commit is contained in:
Efraim Flashner
2025-07-29 11:02:08 +03:00
committed by Janneke Nieuwenhuizen
parent ec2ba23a39
commit 4eb84635bc

View File

@@ -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)))