gnu: mes: Update to 0.25.1.
* gnu/packages/mes.scm (mes): Update to 0.25.1. (supported-systems): Remove aarch64-linux (building on aarch64-linux is only "supported" using armhf-linux compatibility). Change-Id: I97a95c1e246d5698db6d78f845a188826817f3be
This commit is contained in:
parent
a84bb5e600
commit
ea348b105d
1 changed files with 3 additions and 3 deletions
|
@ -154,15 +154,15 @@ parsers to allow execution with Guile as extension languages.")))
|
||||||
(define-public mes
|
(define-public mes
|
||||||
(package
|
(package
|
||||||
(name "mes")
|
(name "mes")
|
||||||
(version "0.25")
|
(version "0.25.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/mes/"
|
(uri (string-append "mirror://gnu/mes/"
|
||||||
"mes-" version ".tar.gz"))
|
"mes-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h49h85m1jkppfsv95zdxdrrw1q1mwswhq81lwxj1nbyasrm0lij"))))
|
"03np6h4qx94givjdvq2rmhvab38y5f91254n0avg4vq2j0cx78in"))))
|
||||||
(supported-systems '("aarch64-linux" "armhf-linux" "i686-linux"
|
(supported-systems '("armhf-linux" "i686-linux"
|
||||||
"x86_64-linux" "riscv64-linux"))
|
"x86_64-linux" "riscv64-linux"))
|
||||||
(propagated-inputs (list mescc-tools nyacc-1.00.2))
|
(propagated-inputs (list mescc-tools nyacc-1.00.2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue