guix: Bump Nyacc to 0.82.0.

* guix.scm (nyacc): Bump to 0.82.0.
This commit is contained in:
Jan Nieuwenhuizen 2017-09-10 21:10:08 +02:00
parent 66204d56c0
commit 81ddc698bb
1 changed files with 4 additions and 5 deletions

View File

@ -84,16 +84,15 @@
(define-public nyacc
(package
(name "nyacc")
(version "0.80.41")
(version "0.82.0")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/nyacc"
"/repository/archive.tar.gz?ref=v"
version))
(uri (string-append "mirror://savannah/nyacc/"
name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0x0qff81s3yb30b72j94rj7pnsjafgfp8hkyscymg5438g184gwa"))))
"1ll0mjivhxpj3r81w4a8p4bclr3byzp38ig1j11jvwnbl6lawgj7"))))
(build-system gnu-build-system)
(native-inputs
`(("guile" ,guile-2.2)))