all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28983] [PATCH] gnu: node: Update to 8.7.0.
@ 2017-10-25  1:07 Jelle Licht
  2017-10-26  5:21 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Jelle Licht @ 2017-10-25  1:07 UTC (permalink / raw)
  To: 28983


* gnu/packages/node.scm (node): Update to 8.7.0.
(node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed
broken linter test workaround.
---
 gnu/packages/node.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 805b81bd2..e354130ad 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -40,14 +40,14 @@
 (define-public node
   (package
     (name "node")
-    (version "8.4.0")
+    (version "8.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "1vrpc4lspm33hmb8c2q4w1fzg3iaip2gx4wpr4nyy417hbx1a6k4"))))
+                "1a0ginagx3pav6v7adyp76jisia4qgbsq6pz3als4kshwlk4a667"))))
     (build-system gnu-build-system)
     (arguments
      ;; TODO: Purge the bundled copies from the source.
@@ -76,10 +76,6 @@
                (("'/usr/bin/env'")
                 (string-append "'" (which "env") "'")))

-             ;; Linting is no longer supported in the release tarball
-             (substitute* '("Makefile")
-               (("	\\$\\(MAKE\\) lint") ""))
-
              ;; FIXME: This test seems to depends on files that are not
              ;; available in the bundled v8. See
              ;; https://github.com/nodejs/node/issues/13344
@@ -92,6 +88,8 @@
                          "test/parallel/test-util-inspect.js"
                          "test/parallel/test-v8-serdes.js"
                          "test/parallel/test-dgram-membership.js"
+                         "test/parallel/test-dgram-multicast-set-interface-lo.js"
+                         "test/parallel/test-dns-cancel-reverse-lookup.js"
                          "test/parallel/test-dns-resolveany.js"
                          "test/parallel/test-cluster-master-error.js"
                          "test/parallel/test-cluster-master-kill.js"
--
2.14.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#28983] [PATCH] gnu: node: Update to 8.7.0.
  2017-10-25  1:07 [bug#28983] [PATCH] gnu: node: Update to 8.7.0 Jelle Licht
@ 2017-10-26  5:21 ` Ludovic Courtès
  2017-10-26 11:03   ` bug#28983: " Jelle Licht
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-26  5:21 UTC (permalink / raw)
  To: Jelle Licht; +Cc: 28983

Jelle Licht <jlicht@fsfe.org> 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!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28983: [PATCH] gnu: node: Update to 8.7.0.
  2017-10-26  5:21 ` Ludovic Courtès
@ 2017-10-26 11:03   ` Jelle Licht
  0 siblings, 0 replies; 3+ messages in thread
From: Jelle Licht @ 2017-10-26 11:03 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28983-done


Ludovic Courtès <ludo@gnu.org> writes:

> Jelle Licht <jlicht@fsfe.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-26 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25  1:07 [bug#28983] [PATCH] gnu: node: Update to 8.7.0 Jelle Licht
2017-10-26  5:21 ` Ludovic Courtès
2017-10-26 11:03   ` bug#28983: " Jelle Licht

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.