guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: node-lts: Update to 14.19.3.


From: guix-commits
Subject: 01/02: gnu: node-lts: Update to 14.19.3.
Date: Mon, 6 Jun 2022 09:45:46 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit 6b96ef08b927f630f7a98b11b466bd445b58d10d
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Jun 5 01:57:28 2022 +0200

    gnu: node-lts: Update to 14.19.3.
    
    * gnu/packages/node.scm (node-lts): Update to 14.19.3.
    [arguments]: Disable test that requires networking.
    [native-inputs]: Replace icu4c-67 with icu4c-70.
    [inputs]: Replace icu4c-67 with icu4c-70.
---
 gnu/packages/node.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index ce94557a8c..41c01cf7e4 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -735,14 +735,14 @@ source files.")
 (define-public node-lts
   (package
     (inherit node)
-    (version "14.18.3")
+    (version "14.19.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.xz"))
               (sha256
                (base32
-                "026nd6vihjdqz4jn0slg89m8m5vvkvjzgg1aip3dcg9lrm1w8fkq"))
+                "15691j5zhiikyamiwwd7f282g6d9acfhq91nrwx54xya38gmpx2w"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -814,7 +814,9 @@ source files.")
                            "test/parallel/test-dns-lookupService-promises.js"))
 
                ;; These tests require networking.
-               (delete-file "test/parallel/test-https-agent-unref-socket.js")
+               (for-each delete-file
+                         '("test/parallel/test-https-agent-unref-socket.js"
+                           "test/parallel/test-corepack-yarn-install.js"))
 
                ;; This test is timing-sensitive, and fails sporadically on
                ;; slow, busy, or even very fast machines.
@@ -861,7 +863,7 @@ source files.")
      (list ;; Runtime dependencies for binaries used as a bootstrap.
            c-ares-for-node
            brotli
-           icu4c-67
+           icu4c-70
            libuv-for-node
            `(,nghttp2 "lib")
            openssl
@@ -876,7 +878,7 @@ source files.")
      (list bash-minimal
            coreutils
            c-ares-for-node
-           icu4c-67
+           icu4c-70
            libuv-for-node
            llhttp-bootstrap
            brotli



reply via email to

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