gnu: mes: Update to 0.11.

* gnu/packages/mes.scm (mes): Update to 0.11.
This commit is contained in:
Jan Nieuwenhuizen 2017-11-18 17:04:56 +01:00
parent 3182a1d2f1
commit 05c80e61a2
No known key found for this signature in database
GPG Key ID: A12F87978D701B99
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(let ((triplet "i686-unknown-linux-gnu"))
(package
(name "mes")
(version "0.10")
(version "0.11")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
"0djmhnvha8phxgb4msysnjmy1nnllb08bnw4xhdayq8ppi4zdmcv"))))
"0m0kk7rxl8q7pjdmis36bwgv1i824nn3d7k3xxm8j64bl0gbhkmr"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs
@ -93,7 +93,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(display "Please run
build-aux/gitlog-to-changelog --srcdir=<git-checkout> > ChangeLog\n")))
#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")
(description
"Mes [Maxwell Equations of Software] aims to create full source