mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: mes: Update to 0.26.
* gnu/packages/mes.scm (mes): Update to 0.26. Change-Id: I0c88da0de34014aa10d317db1e997cb015e23d28
This commit is contained in:
parent
5bd00bb542
commit
2c9ac9ab20
1 changed files with 2 additions and 2 deletions
|
@ -154,14 +154,14 @@ (define-public nyacc-1.00.2
|
|||
(define-public mes
|
||||
(package
|
||||
(name "mes")
|
||||
(version "0.25.1")
|
||||
(version "0.26")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/mes/"
|
||||
"mes-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03np6h4qx94givjdvq2rmhvab38y5f91254n0avg4vq2j0cx78in"))))
|
||||
"1m45wcrpp3syzdniqx12nyr6v8f9hsg516pwl1k9894nb2ni08hg"))))
|
||||
(supported-systems '("armhf-linux" "i686-linux"
|
||||
"x86_64-linux" "riscv64-linux"))
|
||||
(propagated-inputs (list mescc-tools nyacc-1.00.2))
|
||||
|
|
Loading…
Reference in a new issue