guix: Update Nyacc to 0.80.42.

* guix.scm (nyacc): Update to 0.80.42.
This commit is contained in:
Jan Nieuwenhuizen 2018-04-05 21:24:11 +02:00
parent 30262dcdc1
commit 70b98a8c15
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(define-public nyacc
(package
(name "nyacc")
(version "0.80.41")
(version "0.80.42")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/nyacc"
@ -116,7 +116,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0x0qff81s3yb30b72j94rj7pnsjafgfp8hkyscymg5438g184gwa"))))
"101k3hy4jk5p109k6w4dpx3bjm0g53zwb1yxvvad8khfq00wb8hd"))))
(build-system gnu-build-system)
(native-inputs
`(("guile" ,guile-2.2)))