civodul pushed a commit to branch master
in repository guix.
commit 2a51fb1d29679343dcae508f2d59e90636a5cd7b
Author: Felix Lechner <[email protected]>
AuthorDate: Sun Sep 25 16:30:26 2022 -0700
gnu: nyacc: Update to 1.07.4.
* gnu/packages/mes.scm (nyacc): Update to 1.07.4.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/mes.scm | 4 ++--
1 file 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"