mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: mes: Update to 0.19.
* gnu/packages/mes.scm (mes): Update to 0.19.
This commit is contained in:
parent
7101196448
commit
504d9fcb85
1 changed files with 7 additions and 6 deletions
|
@ -63,14 +63,14 @@ (define-public mes
|
||||||
(let ((triplet "i686-unknown-linux-gnu"))
|
(let ((triplet "i686-unknown-linux-gnu"))
|
||||||
(package
|
(package
|
||||||
(name "mes")
|
(name "mes")
|
||||||
(version "0.18")
|
(version "0.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/mes/"
|
(uri (string-append "mirror://gnu/mes/"
|
||||||
"mes-" version ".tar.gz"))
|
"mes-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dsaaqyanzsq9m5wrcd2bjhb3qd6928c9q97rg5r730pyqjwxyxf"))))
|
"15h4yhaywdc0djpjlin2jz1kzahpqxfki0r0aav1qm9nxxmnp1l0"))))
|
||||||
(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,10 +93,11 @@ (define-public mes
|
||||||
`(#:strip-binaries? #f)) ; binutil's strip b0rkes MesCC/M1/hex2 binaries
|
`(#:strip-binaries? #f)) ; 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
|
||||||
"GNU Mes [Maxwell Equations of Software] aims to create full source
|
"GNU Mes--Maxwell Equations of Software--brings the Reduced Binary Seed
|
||||||
bootstrapping for GuixSD. It consists of a mutual self-hosting [close to
|
bootstrap to Guix and aims to help create full source bootstrapping for
|
||||||
Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in
|
GNU/Linux distributions. It consists of a mutual self-hosting Scheme
|
||||||
[Guile] Scheme.")
|
interpreter in C and a Nyacc-based C compiler in Scheme and is compatible with
|
||||||
|
Guile.")
|
||||||
(home-page "https://gnu.org/software/mes")
|
(home-page "https://gnu.org/software/mes")
|
||||||
(license gpl3+))))
|
(license gpl3+))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue