nckx pushed a commit to branch master
in repository guix.
commit 05ee510272a0d2b8504ebb0d2d804c5dea6aadff
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Feb 19 05:08:21 2018 +0100
gnu: nyacc: Update to 0.83.3.
* gnu/packages/mes.scm (nyacc): Update to 0.83.3.
---
gnu/packages/mes.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 16177a0..d2be9fa 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Jan Nieuwenhuizen <[email protected]>
;;; Copyright © 2017, 2018 Efraim Flashner <[email protected]>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; 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)))