guix: nyacc-for-mes: Update to 0.85.3.

* guix/git/mes.scm (nyacc-for-mes): Update to 0.85.3.
This commit is contained in:
Jan Nieuwenhuizen 2018-09-05 22:13:18 +02:00
parent d19d4ca3f4
commit 74065eba40
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -68,17 +68,23 @@
(_ #f))))) (_ #f)))))
(define-public nyacc-for-mes (define-public nyacc-for-mes
(let ((commit "2378e6c2e7348a80c4c2ebd03ea09811088597")
(revision "0")
(version "0.85.3"))
(package (package
(inherit nyacc) (inherit nyacc)
(version "0.80.42") (version (if commit (string-append version "-" revision "." (string-take commit 7))
version))
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://gitlab.com/janneke/nyacc" (uri (if commit
"/-/archive/v" version (string-append "http://git.savannah.nongnu.org/cgit/nyacc.git/snapshot/nyacc-"
"/nyacc-" version ".tar.gz")) commit ".tar.gz")
(string-append "http://download.savannah.nongnu.org/releases/nyacc/nyacc-"
version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0c8c8kxir0h2d4nxr131xbkfs7c80haipmkp2g6677sh14wn0b3y")))))) "0nnkwv95l3izap13pwgspz41rvxxbg2lkd17ijharcmmpf4zdhs7")))))))
(define-public mescc-tools (define-public mescc-tools
(package (package