diff options
author | Felix Lechner <felix.lechner@lease-up.com> | 2022-09-25 16:30:26 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-06 23:17:05 +0200 |
commit | 2a51fb1d29679343dcae508f2d59e90636a5cd7b (patch) | |
tree | f528d8724840c82d931b7e37bcd6866c89f013f2 /gnu/packages/mes.scm | |
parent | 3a5ae8c0702d79a0353805d6e3ed71717189510e (diff) | |
download | guix-2a51fb1d29679343dcae508f2d59e90636a5cd7b.tar.gz |
gnu: nyacc: Update to 1.07.4.
* gnu/packages/mes.scm (nyacc): Update to 1.07.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/mes.scm')
-rw-r--r-- | gnu/packages/mes.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index 2823297e3f..72cdb503d7 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -98,14 +98,14 @@ extensive examples, including parsers for the Javascript and C99 languages.") (define-public nyacc (package (inherit nyacc-0.99) - (version "1.07.0") + (version "1.07.4") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/nyacc/nyacc-" version ".tar.gz")) (sha256 (base32 - "01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap")) + "1kr3b88sx0g9zy52algxqpvnkjm76qdyld7pasbbajkph2zhcj92")) (modules '((guix build utils))) (snippet '(substitute* "configure" |