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:
		
							parent
							
								
									e6df9f92f5
								
							
						
					
					
						commit
						6b96ef08b9
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
					@ -735,14 +735,14 @@ source files.")
 | 
				
			||||||
(define-public node-lts
 | 
					(define-public node-lts
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit node)
 | 
					    (inherit node)
 | 
				
			||||||
    (version "14.18.3")
 | 
					    (version "14.19.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://nodejs.org/dist/v" version
 | 
					              (uri (string-append "https://nodejs.org/dist/v" version
 | 
				
			||||||
                                  "/node-v" version ".tar.xz"))
 | 
					                                  "/node-v" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "026nd6vihjdqz4jn0slg89m8m5vvkvjzgg1aip3dcg9lrm1w8fkq"))
 | 
					                "15691j5zhiikyamiwwd7f282g6d9acfhq91nrwx54xya38gmpx2w"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               `(begin
 | 
					               `(begin
 | 
				
			||||||
| 
						 | 
					@ -814,7 +814,9 @@ source files.")
 | 
				
			||||||
                           "test/parallel/test-dns-lookupService-promises.js"))
 | 
					                           "test/parallel/test-dns-lookupService-promises.js"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
               ;; These tests require networking.
 | 
					               ;; 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
 | 
					               ;; This test is timing-sensitive, and fails sporadically on
 | 
				
			||||||
               ;; slow, busy, or even very fast machines.
 | 
					               ;; slow, busy, or even very fast machines.
 | 
				
			||||||
| 
						 | 
					@ -861,7 +863,7 @@ source files.")
 | 
				
			||||||
     (list ;; Runtime dependencies for binaries used as a bootstrap.
 | 
					     (list ;; Runtime dependencies for binaries used as a bootstrap.
 | 
				
			||||||
           c-ares-for-node
 | 
					           c-ares-for-node
 | 
				
			||||||
           brotli
 | 
					           brotli
 | 
				
			||||||
           icu4c-67
 | 
					           icu4c-70
 | 
				
			||||||
           libuv-for-node
 | 
					           libuv-for-node
 | 
				
			||||||
           `(,nghttp2 "lib")
 | 
					           `(,nghttp2 "lib")
 | 
				
			||||||
           openssl
 | 
					           openssl
 | 
				
			||||||
| 
						 | 
					@ -876,7 +878,7 @@ source files.")
 | 
				
			||||||
     (list bash-minimal
 | 
					     (list bash-minimal
 | 
				
			||||||
           coreutils
 | 
					           coreutils
 | 
				
			||||||
           c-ares-for-node
 | 
					           c-ares-for-node
 | 
				
			||||||
           icu4c-67
 | 
					           icu4c-70
 | 
				
			||||||
           libuv-for-node
 | 
					           libuv-for-node
 | 
				
			||||||
           llhttp-bootstrap
 | 
					           llhttp-bootstrap
 | 
				
			||||||
           brotli
 | 
					           brotli
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue