gnu: nyacc: Update to 0.83.3.

* gnu/packages/mes.scm (nyacc): Update to 0.83.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-19 05:08:21 +01:00
parent e51b3145ca
commit 05ee510272
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -35,7 +36,7 @@
(define-public nyacc
(package
(name "nyacc")
(version "0.82.4")
(version "0.83.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/nyacc/"
@ -43,7 +44,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ykz64jlf1kpxz3qqr0nmci57r5yqwyd3s2g93vrmcnpy9d7y22p"))))
"0120n0mdb6r58c4jc024dhwqy5s8a20waknijfhqjc59a884lrd6"))))
(build-system gnu-build-system)
(native-inputs
`(("guile" ,guile-2.2)))