guix: mes: Update to 0.24.

* guix/git/mes.scm (mes)[source]: Update to 0.24.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-05-02 18:54:33 +02:00
parent a36eb013f8
commit 745017584a
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 3 deletions

View File

@ -183,13 +183,13 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(define-public mes (define-public mes
(package (package
(name "mes") (name "mes")
(version #!mes!# "0.23") (version #!mes!# "0.24")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://ftp.gnu.org/pub/gnu/mes/mes-" version ".tar.gz")) "https://ftp.gnu.org/pub/gnu/mes/mes-" version ".tar.gz"))
(sha256 (sha256
(base32 #!mes!# "0mnryfkl0dwbr5gxp16j5s95gw7z1vm1fqa1pxabp0aiar1hw53s")))) (base32 #!mes!# "00lrpm4x5qg0l840zhbf9mr67mqhp8gljcl24j5dy0y109gf32w2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(supported-systems '("aarch64-linux" "armhf-linux" "i686-linux" "x86_64-linux")) (supported-systems '("aarch64-linux" "armhf-linux" "i686-linux" "x86_64-linux"))
(propagated-inputs (list mescc-tools nyacc)) (propagated-inputs (list mescc-tools nyacc))
@ -238,7 +238,7 @@ Guile.")
(license gpl3+))) (license gpl3+)))
(define-public mes.git (define-public mes.git
(let ((version #!mes!# "0.23") (let ((version #!mes!# "0.24")
(revision "0") (revision "0")
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ)))) (commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
(package (package