From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daLEU-0003eQ-QN for guix-patches@gnu.org; Wed, 26 Jul 2017 08:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daLEQ-000087-GM for guix-patches@gnu.org; Wed, 26 Jul 2017 08:16:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1daLEQ-000082-CP for guix-patches@gnu.org; Wed, 26 Jul 2017 08:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1daLEQ-0005HX-8D for guix-patches@gnu.org; Wed, 26 Jul 2017 08:16:02 -0400 Subject: [bug#27835] [PATCH] gnu: mescc-tools: Update to 0.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daLDJ-0002jG-Uc for guix-patches@gnu.org; Wed, 26 Jul 2017 08:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daLDG-0007nU-31 for guix-patches@gnu.org; Wed, 26 Jul 2017 08:14:53 -0400 From: Jan Nieuwenhuizen Date: Wed, 26 Jul 2017 14:14:48 +0200 Message-Id: <20170726121448.27327-1-janneke@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27835@debbugs.gnu.org * gnu/packages/mes.scm (mescc-tools): Update to 0.2. --- gnu/packages/mes.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com