From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57319) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyYPv-00055q-LZ for guix-patches@gnu.org; Fri, 16 Aug 2019 05:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyYPu-0004xN-OV for guix-patches@gnu.org; Fri, 16 Aug 2019 05:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44234) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hyYPu-0004xG-Ko for guix-patches@gnu.org; Fri, 16 Aug 2019 05:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hyYPu-0005t8-ER for guix-patches@gnu.org; Fri, 16 Aug 2019 05:21:02 -0400 Subject: [bug#37049] [PATCH] gnu: txr: Update to 223. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:57217) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyYPL-0004lz-Rs for guix-patches@gnu.org; Fri, 16 Aug 2019 05:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyYPK-0004fp-Fq for guix-patches@gnu.org; Fri, 16 Aug 2019 05:20:27 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58113) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hyYPK-0004ch-0a for guix-patches@gnu.org; Fri, 16 Aug 2019 05:20:26 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1643C2400FB for ; Fri, 16 Aug 2019 11:20:22 +0200 (CEST) From: Guillaume Le Vaillant Date: Fri, 16 Aug 2019 11:19:56 +0200 Message-Id: <20190816091956.17920-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 37049@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/lisp.scm (txr): Update to 223. --- gnu/packages/lisp.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index d2bed231bd..a42369ba06 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5319,7 +5319,7 @@ port within a range.") (define-public txr (package (name "txr") - (version "216") + (version "223") (source (origin (method url-fetch) @@ -5329,7 +5329,7 @@ port within a range.") (patches (search-patches "txr-shell.patch")) (sha256 (base32 - "07cxdpc9zsqd0c2668g00dqjpd6zc4mfdn74aarr6d2hpzdhh937")))) + "0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("cc=3Dgcc") @@ -5343,7 +5343,7 @@ port within a range.") #t)) (replace 'check (lambda _ - (zero? (system* "make" "tests"))))))) + (invoke "make" "tests")))))) (native-inputs `(("bison" ,bison) ("flex" ,flex))) --=20 2.22.1