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:
Janneke Nieuwenhuizen 2024-06-30 11:06:00 +02:00
parent 64566a599e
commit 7d7ee4e575
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273
3 changed files with 2 additions and 130 deletions

View file

@ -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))