[PATCH] gnu: mes: Update to 0.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jan Nieuwenhuizen
  • Marius Bakke
Owner
unassigned
Submitted by
Jan Nieuwenhuizen
Severity
normal
J
J
Jan Nieuwenhuizen wrote on 29 Jul 2017 11:41
(address . guix-patches@gnu.org)
20170729094145.12188-1-janneke@gnu.org
* gnu/packages/mes.scm (mes): Update to 0.9.
---
gnu/packages/mes.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

Toggle diff (45 lines)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index e107867ab..39f976532 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -57,7 +57,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(let ((triplet "i686-unknown-linux-gnu"))
(package
(name "mes")
- (version "0.8")
+ (version "0.9")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes"
@@ -66,7 +66,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1igmrks20ci6l5c0jx2bn4swf0w8jy5inhg61cwld9d7hwanmdnj"))))
+ "0ph0fvabpb7zhbk4zpacbp7m4b142ds17dq5dzn00m7dz8farw9r"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs
@@ -91,12 +91,14 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(lambda ()
(display "Please run
build-aux/gitlog-to-changelog --srcdir=<git-checkout> > ChangeLog\n")))
- #t)))))
- (synopsis "Maxwell Equations of Software")
+ #t))
+ (delete 'strip)))) ; binutil's strip b0rkes Mescc/M1/hex2 binaries
+ (synopsis "Scheme interpreter and C compiler for full source bootstrapping")
(description
- "Mes aims to create full source bootstrapping for GuixSD. It
-consists of a mutual self-hosting [close to Guile-] Scheme interpreter
-prototype in C and a Nyacc-based C compiler in [Guile] Scheme.")
+ "Mes [Maxwell Equations of Software] aims to create full source
+bootstrapping for GuixSD. It consists of a mutual self-hosting [close to
+Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in
+[Guile] Scheme.")
(home-page "https://gitlab.com/janneke/mes")
(license gpl3+))))
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
M
M
Marius Bakke wrote on 29 Jul 2017 14:12
87shhfzbjw.fsf@fastmail.com
Jan Nieuwenhuizen <janneke@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/mes.scm (mes): Update to 0.9.

This should also mention the changes to [arguments] and
[description]. Apart from that looks good!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAll8e8QACgkQoqBt8qM6
VPoSfQf+PHcsoaFLlsTV7NREzFdZQBIBGkX/nvyovTToiu4VUMueTHBqouWn9Xqh
bJzfz9U5mATFnQsQeR4vRQa99Rc1P54pvaDxHlsEw9gsHqOfG9Zhrki/xPdh/H/t
SiJilPQgpEEn2lrMnSrvclwcEMNMMgMr36/KzTYvmKGDEndmUEfdSAYu3UWTkiml
Kuc9mGULmR/4fzQUNOE1LhfNkAijrF02oSfeaZQs9n1SmGOBYfbR5uOaIk6on9Ky
42KQ2eG6YBCo2JXTVIcMXpy4dZFuxjbk4icL37y6STze5X8HjPg4OhMCfLZpdIjP
pqVJzeAUNLaAu3Qgy270aZTi51DZfg==
=ANiD
-----END PGP SIGNATURE-----

J
J
Jan Nieuwenhuizen wrote on 29 Jul 2017 14:34
(name . Marius Bakke)(address . mbakke@fastmail.com)(address . 27867-done@debbugs.gnu.org)
87efsz1kws.fsf@gnu.org
Marius Bakke writes:

Toggle quote (7 lines)
> Jan Nieuwenhuizen <janneke@gnu.org> writes:
>
>> * gnu/packages/mes.scm (mes): Update to 0.9.
>
> This should also mention the changes to [arguments] and
> [description]. Apart from that looks good!

Ah okay, thanks!

Pushed to master with updated commit as 0e016722eef4b0775d24d288d86e6479d6a1f9ab

janneke

--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com| Avatar® http://AvatarAcademy.com
Closed
?