diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2019-09-07 19:08:29 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2019-09-09 22:57:26 +0200 |
commit | 86c3a506462f941a3590594bcf1e406e57012faa (patch) | |
tree | 29bfe9cd7a11cccfb4ea0c72b1fc341ae96ae9f2 /gnu/packages/mes.scm | |
parent | 695ee52eb552f8143e476e1de0440d09c0edaf1d (diff) | |
download | guix-86c3a506462f941a3590594bcf1e406e57012faa.tar.gz |
gnu: nyacc: Update to 0.99.0.
* gnu/packages/mes.scm (nyacc): Update to 0.99.0.
Diffstat (limited to 'gnu/packages/mes.scm')
-rw-r--r-- | gnu/packages/mes.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index ae887fa24d..ef0717cc29 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017,2018 Jan Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2017, 2018, 2019 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; @@ -63,14 +63,14 @@ extensive examples, including parsers for the Javascript and C99 languages.") (define-public nyacc (package (inherit nyacc-0.86) - (version "0.94.0") + (version "0.99.0") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/nyacc/nyacc-" version ".tar.gz")) (sha256 (base32 - "12qnzwm1n3j8z7hbr9hy2wka9a1aasm2rvnpnvdxkjcsbdzj8fn4")) + "0hl5qxx19i4x1r0839sxm19ziqq65g4hy97yik81cc2yb9yvgyv3")) (modules '((guix build utils))) (snippet '(begin |