guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: node: Update to 9.4.0.


From: Jelle Licht
Subject: 01/01: gnu: node: Update to 9.4.0.
Date: Fri, 2 Feb 2018 11:25:53 -0500 (EST)

jlicht pushed a commit to branch core-updates
in repository guix.

commit b0881e0b55bf15d8111625607eb92968b65979ff
Author: Jelle Licht <address@hidden>
Date:   Fri Feb 2 17:21:06 2018 +0100

    gnu: node: Update to 9.4.0.
    
    * gnu/packages/node.scm (node): Update to 9.4.0.
    [arguments]: Remove all tests that depend on eslint being available. Remove
    reference to deleted test. Removed networking test.
---
 gnu/packages/node.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 052966e..982d3f9 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -41,14 +41,14 @@
 (define-public node
   (package
     (name "node")
-    (version "9.3.0")
+    (version "9.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "19g2pc196rxlj9k5bwhqxdjddvicsx385w7yj6alq9l82lmqycxp"))))
+                "0rx947ibcfpa0lf93nayfrmjls7r7svqsq87z0xmjzf8fb9361r4"))))
     (build-system gnu-build-system)
     (arguments
      ;; TODO: Purge the bundled copies from the source.
@@ -89,8 +89,10 @@
                          "test/parallel/test-eslint-buffer-constructor.js"
                          "test/parallel/test-eslint-documented-errors.js"
                          "test/parallel/test-eslint-inspector-check.js"
+                         
"test/parallel/test-eslint-lowercase-name-for-primitive.js"
                          "test/parallel/test-eslint-no-unescaped-regexp-dot.js"
                          
"test/parallel/test-eslint-no-let-in-for-declaration.js"
+                         "test/parallel/test-eslint-number-isnan.js"
                          "test/parallel/test-eslint-prefer-assert-iferror.js"
                          "test/parallel/test-eslint-prefer-assert-methods.js"
                          
"test/parallel/test-eslint-prefer-common-expectserror.js"
@@ -110,8 +112,8 @@
                          "test/parallel/test-dns-resolveany.js"
                          "test/parallel/test-cluster-master-error.js"
                          "test/parallel/test-cluster-master-kill.js"
+                         
"test/parallel/test-net-listen-after-destroying-stdin.js"
                          "test/parallel/test-npm-install.js"
-                         "test/parallel/test-regress-GH-746.js"
                          "test/sequential/test-child-process-emfile.js"
                          "test/sequential/test-benchmark-child-process.js"
                          "test/sequential/test-http-regr-gh-2928.js"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]