gnu: byacc: Update to 20240109.

* gnu/packages/c.scm (byacc): Update to 20240109.

Change-Id: Ie1f93d6fb11fa20f142851b925d0fa4621801499
This commit is contained in:
Efraim Flashner 2024-10-10 17:49:04 +03:00
parent 0a221730a4
commit f8ce73c5e2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3,7 +3,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 20202022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019, 2020, 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2020, 2022-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
@ -954,7 +954,7 @@ portability.")
(define-public byacc
(package
(name "byacc")
(version "20221106")
(version "20240109")
(source (origin
(method url-fetch)
(uri (string-append
@ -962,7 +962,7 @@ portability.")
version ".tgz"))
(sha256
(base32
"04lxggjarbidfq8ba5q6kwgqys4lhidbnz8gf3vrrb5wgcibx6d8"))))
"0il4w1vwbglayakywyghiqhcjpg1yvv5ww2p8ylz32bi05wpg2gj"))))
(build-system gnu-build-system)
(home-page "https://invisible-island.net/byacc/byacc.html")
(synopsis "Berkeley Yacc LALR parser generator")