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