diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
commit | aceb4e49d1d802cf428d8873dcb9dc3196996066 (patch) | |
tree | b5f8a66658cc5008dc8351e8245eceec731cb6ae /gnu/packages/c.scm | |
parent | 2b7b0cac71978fb7c73a71cebfc83ddf70f1f5e4 (diff) | |
download | guix-aceb4e49d1d802cf428d8873dcb9dc3196996066.tar.gz |
gnu: byacc: Update to 20221106.
* gnu/packages/c.scm (byacc): Update to 20221106.
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r-- | gnu/packages/c.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index fb876eeb71..d03ad238b7 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -760,7 +760,7 @@ portability.") (define-public byacc (package (name "byacc") - (version "20220128") + (version "20221106") (source (origin (method url-fetch) (uri (string-append @@ -768,7 +768,7 @@ portability.") version ".tgz")) (sha256 (base32 - "173l5pdzgqk2ld6lf0ablii0iiw07sry2vrjfrm4wc99qmf81ha2")))) + "04lxggjarbidfq8ba5q6kwgqys4lhidbnz8gf3vrrb5wgcibx6d8")))) (build-system gnu-build-system) (home-page "https://invisible-island.net/byacc/byacc.html") (synopsis "Berkeley Yacc LALR parser generator") |