mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: nyacc: Update to 1.07.4.
* gnu/packages/mes.scm (nyacc): Update to 1.07.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3a5ae8c070
commit
2a51fb1d29
1 changed files with 2 additions and 2 deletions
|
@ -98,14 +98,14 @@ (define-public nyacc-0.99
|
||||||
(define-public nyacc
|
(define-public nyacc
|
||||||
(package
|
(package
|
||||||
(inherit nyacc-0.99)
|
(inherit nyacc-0.99)
|
||||||
(version "1.07.0")
|
(version "1.07.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/nyacc/nyacc-"
|
(uri (string-append "mirror://savannah/nyacc/nyacc-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap"))
|
"1kr3b88sx0g9zy52algxqpvnkjm76qdyld7pasbbajkph2zhcj92"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* "configure"
|
'(substitute* "configure"
|
||||||
|
|
Loading…
Reference in a new issue