Archived
1
0
Fork 0

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>
This commit is contained in:
Felix Lechner 2022-06-01 15:37:04 -07:00 committed by Ludovic Courtès
parent 6764455a4b
commit 2c8c9403ae
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -98,14 +98,14 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(define-public nyacc (define-public nyacc
(package (package
(inherit nyacc-0.99) (inherit nyacc-0.99)
(version "1.06.5") (version "1.07.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/nyacc/nyacc-" (uri (string-append "mirror://savannah/nyacc/nyacc-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1fbzz9bm4mkz4j40l2z02zjlbqj82dmv2ayz83zl3j8gj6z3lpdg")) "01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(substitute* "configure" '(substitute* "configure"