me
/
guix
Archived
1
0
Fork 0

gnu: nyacc: Update to 0.80.3.

* gnu/packages/mes.scm (nyacc): Update to 0.80.3.
master
Jan Nieuwenhuizen 2017-06-25 17:21:12 +02:00
parent ffc015bea2
commit 7182442a63
No known key found for this signature in database
GPG Key ID: A12F87978D701B99
1 changed files with 2 additions and 2 deletions

View File

@ -34,14 +34,14 @@
(define-public nyacc
(package
(name "nyacc")
(version "0.79.4")
(version "0.80.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/nyacc/"
name "-" version ".tar.gz"))
(sha256
(base32
"14rhr9nv1022r7m94agb3299y0k093aq1ps22zgii3aa7cf9h1w4"))))
"0sdvkahnz6k9i4kf1i1ljl20220n3wk3gy6zmz0ggbbdgg4mfka0"))))
(build-system gnu-build-system)
(native-inputs
`(("guile" ,guile-2.2)))