gnu: mes: Update to 0.11.
* gnu/packages/mes.scm (mes): Update to 0.11.
This commit is contained in:
parent
3182a1d2f1
commit
05c80e61a2
|
@ -58,7 +58,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
|
||||||
(let ((triplet "i686-unknown-linux-gnu"))
|
(let ((triplet "i686-unknown-linux-gnu"))
|
||||||
(package
|
(package
|
||||||
(name "mes")
|
(name "mes")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gitlab.com/janneke/mes"
|
(uri (string-append "https://gitlab.com/janneke/mes"
|
||||||
|
@ -67,7 +67,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0djmhnvha8phxgb4msysnjmy1nnllb08bnw4xhdayq8ppi4zdmcv"))))
|
"0m0kk7rxl8q7pjdmis36bwgv1i824nn3d7k3xxm8j64bl0gbhkmr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -93,7 +93,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
|
||||||
(display "Please run
|
(display "Please run
|
||||||
build-aux/gitlog-to-changelog --srcdir=<git-checkout> > ChangeLog\n")))
|
build-aux/gitlog-to-changelog --srcdir=<git-checkout> > ChangeLog\n")))
|
||||||
#t))
|
#t))
|
||||||
(delete 'strip)))) ; binutil's strip b0rkes Mescc/M1/hex2 binaries
|
(delete 'strip)))) ; binutil's strip b0rkes MesCC/M1/hex2 binaries
|
||||||
(synopsis "Scheme interpreter and C compiler for full source bootstrapping")
|
(synopsis "Scheme interpreter and C compiler for full source bootstrapping")
|
||||||
(description
|
(description
|
||||||
"Mes [Maxwell Equations of Software] aims to create full source
|
"Mes [Maxwell Equations of Software] aims to create full source
|
||||||
|
|
Loading…
Reference in New Issue