[PATCH] gnu: mescc-tools: Update to 0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jan Nieuwenhuizen
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jan Nieuwenhuizen
Severity
normal
J
J
Jan Nieuwenhuizen wrote on 26 Jul 2017 14:14
(address . guix-patches@gnu.org)
20170726121448.27327-1-janneke@gnu.org
* gnu/packages/mes.scm (mescc-tools): Update to 0.2.
---
gnu/packages/mes.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 3fcf5f0fa..9e21e90eb 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -103,7 +103,7 @@ prototype in C and a Nyacc-based C compiler in [Guile] Scheme.")
(define-public mescc-tools
(package
(name "mescc-tools")
- (version "0.1")
+ (version "0.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -113,7 +113,7 @@ prototype in C and a Nyacc-based C compiler in [Guile] Scheme.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1lzi9sqv41269isn7in70q2hhh087n4v97zr5i2qzz69j2lkr3xb"))))
+ "13hcz7cpp6fsq55di2kbff0bxad95cbfyzcrziynybb16px5hgz4"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(arguments
@@ -124,7 +124,7 @@ prototype in C and a Nyacc-based C compiler in [Guile] Scheme.")
(synopsis "Tools for the full source bootstrapping process")
(description
"Mescc-tools is a collection of tools for use in a full source
-bootstrapping process. Currently consists of the M0 macro assembler and the
+bootstrapping process. Currently consists of the M1 macro assembler and the
hex2 linker.")
(home-page "https://github.com/oriansj/MESCC_Tools")
(license gpl3+)))
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
L
L
Ludovic Courtès wrote on 28 Jul 2017 21:36
(name . Jan Nieuwenhuizen)(address . janneke@gnu.org)(address . 27835@debbugs.gnu.org)
87379gmjzu.fsf@gnu.org
Jan Nieuwenhuizen <janneke@gnu.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/mes.scm (mescc-tools): Update to 0.2.

LGTM, thanks!

Ludo'.
J
J
Jan Nieuwenhuizen wrote on 29 Jul 2017 11:39
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 27835-done@debbugs.gnu.org)
87o9s31t12.fsf@gnu.org
Ludovic Courtès writes:

Toggle quote (6 lines)
> Jan Nieuwenhuizen <janneke@gnu.org> skribis:
>
>> * gnu/packages/mes.scm (mescc-tools): Update to 0.2.
>
> LGTM, thanks!

Meanwhile the git archive was renamed from MESCC_Tools to mescc-tools.

Pushed with that modification as 3b56776fb86665f1afdc3894cc248d707ac2c31b

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