On Sun, Dec 24, 2017 at 11:06:43PM +0100, Jelle Licht wrote: > > The attached patch will update the Node.js pacakge to the latest > release. The latest version of Node.js depends on libuv >= 1.18, so this > patch should either be applied to core-updates (which I can do myself > once I get an A-okay), or once core-updates has been merged into master. > > -- Jelle > > From a9b57b2649dbe95b75b0114d32930c7347aec40b Mon Sep 17 00:00:00 2001 > From: Jelle Licht > Date: Sun, 24 Dec 2017 22:58:00 +0100 > Subject: [PATCH] gnu: node: Update to 9.3.0. > > * gnu/packages/patches/node-test-http2-server-rst-stream.patch: Delete file. > * gnu/local.mk (dist_patch_DATA): Remove it. > * gnu/packages/node.scm (node): Update to 9.3.0. > [source]: Remove 'node-test-http2-server-rst-stream.patch'. > [arguments]: Remove all tests that depend on eslint being available. Re-enable > fixed test. Looks good for core-updates, thanks!