From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFjY1-0007th-Ee for guix-patches@gnu.org; Tue, 30 May 2017 11:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFjXy-0005Re-CV for guix-patches@gnu.org; Tue, 30 May 2017 11:59:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42808) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFjXy-0005RZ-9f for guix-patches@gnu.org; Tue, 30 May 2017 11:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dFjXy-0003HW-3f for guix-patches@gnu.org; Tue, 30 May 2017 11:59:02 -0400 Subject: bug#27020: [PATCH 1/2] gnu: node: Update to 7.10.0. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170522180321.20388-1-jlicht@fsfe.org> Date: Tue, 30 May 2017 17:58:26 +0200 In-Reply-To: <20170522180321.20388-1-jlicht@fsfe.org> (Jelle Licht's message of "Mon, 22 May 2017 20:03:20 +0200") Message-ID: <87wp8y1gm5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Jelle Licht Cc: 27020-done@debbugs.gnu.org Jelle Licht skribis: > * gnu/packages/node.scm (node): Update to 7.10.0. > (node)[arguments]: Disabled more tests. > * gnu/packages/patches/node-9077.patch: Delete incompatible patch file. > Recreate patch file from node pull request 9077. This was pushed by Marius as 1fdb883082385ac8c9200b831630bea069f2945d. Thanks! Ludo=E2=80=99.