guix: Update nyacc to 0.83.31.

* guix.scm (nyacc): Update to 0.83.31.
This commit is contained in:
Jan Nieuwenhuizen 2018-04-07 09:48:47 +02:00
parent 8481b54097
commit a6454e9e72
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 (define-public nyacc
(package (package
(name "nyacc") (name "nyacc")
(version "0.80.42") (version "0.83.31")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://gitlab.com/janneke/nyacc" (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")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"101k3hy4jk5p109k6w4dpx3bjm0g53zwb1yxvvad8khfq00wb8hd")))) "1bwz2m0jaxy2574dxfshfax77a388affzx3y0jmwk99mjaa0a33a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("guile" ,guile-2.2))) `(("guile" ,guile-2.2)))