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.
This commit is contained in:
Jelle Licht 2022-06-05 01:57:28 +02:00
parent e6df9f92f5
commit 6b96ef08b9
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -735,14 +735,14 @@ (define-public llhttp-bootstrap
(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 @@ (define-public node-lts
"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 @@ (define-public node-lts
(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 @@ (define-public node-lts
(list bash-minimal
coreutils
c-ares-for-node
icu4c-67
icu4c-70
libuv-for-node
llhttp-bootstrap
brotli