mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mes: Update to 0.26.2.
* gnu/packages/patches/mes-0.26.1-fixups.patch: Remove. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/mes.scm (mes): Update to 0.26.2. [source]: Remove it. Change-Id: I2cd401bd5df3f5d44d3749bf6aac472dbbeb70ca
This commit is contained in:
parent
64566a599e
commit
7d7ee4e575
3 changed files with 2 additions and 130 deletions
|
@ -154,15 +154,14 @@ parsers to allow execution with Guile as extension languages.")))
|
|||
(define-public mes
|
||||
(package
|
||||
(name "mes")
|
||||
(version "0.26.1")
|
||||
(version "0.26.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/mes/"
|
||||
"mes-" version ".tar.gz"))
|
||||
(patches (search-patches "mes-0.26.1-fixups.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x7wq9cj8pybdl736mn8z48zcwgvyvi9mr9mr9vv9jxzii90sdz1"))))
|
||||
"120a7ljnyi9127inaarlqv6cl98cmk72s3gmyad7cjrwy6cvzf1g"))))
|
||||
(supported-systems '("armhf-linux" "i686-linux"
|
||||
"x86_64-linux" "riscv64-linux"))
|
||||
(propagated-inputs (list mescc-tools nyacc-1.00.2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue