summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Lechner <felix.lechner@lease-up.com>2022-06-01 15:37:04 -0700
committerLudovic Courtès <ludo@gnu.org>2022-06-07 18:29:12 +0200
commit2c8c9403ae4f9a38d2754d3363797bf216e363fb (patch)
tree73ead0af42263ef4c8e4d14a94a94d716dd091d9
parent6764455a4b310c9e910c82f5cc87c8714e675f78 (diff)
downloadguix-patches-2c8c9403ae4f9a38d2754d3363797bf216e363fb.tar
guix-patches-2c8c9403ae4f9a38d2754d3363797bf216e363fb.tar.gz
gnu: nyacc: Update to 1.07.0.
* gnu/packages/mes.scm (nyacc): Update to 1.07.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/mes.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 17a58fbf61..2823297e3f 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.06.5")
+ (version "1.07.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/nyacc/nyacc-"
version ".tar.gz"))
(sha256
(base32
- "1fbzz9bm4mkz4j40l2z02zjlbqj82dmv2ayz83zl3j8gj6z3lpdg"))
+ "01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap"))
(modules '((guix build utils)))
(snippet
'(substitute* "configure"