From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7fxH-0004Em-1p for guix-patches@gnu.org; Thu, 26 Oct 2017 07:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7fxC-00068B-NZ for guix-patches@gnu.org; Thu, 26 Oct 2017 07:04:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53569) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7fxC-00067w-Kp for guix-patches@gnu.org; Thu, 26 Oct 2017 07:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e7fxC-0001sd-CK for guix-patches@gnu.org; Thu, 26 Oct 2017 07:04:02 -0400 Subject: bug#28983: [PATCH] gnu: node: Update to 8.7.0. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <87y3o0826t.fsf@fsfe.org> <87h8umiivx.fsf@gnu.org> From: Jelle Licht Message-ID: <87vaj2i36i.fsf@fsfe.org> In-reply-to: <87h8umiivx.fsf@gnu.org> Date: Thu, 26 Oct 2017 13:03:19 +0200 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28983-done@debbugs.gnu.org Ludovic Courtès writes: > Jelle Licht skribis: > >> * gnu/packages/node.scm (node): Update to 8.7.0. >> (node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed >> broken linter test workaround. > > LGTM, thanks! Thanks for the quick review! Pushed as bc709e03770dbe97b5e88bd975dd160dc94a5d56 to master. - Jelle