gnu: node: Downgrade to 10.20.0.
Fixes <https://issues.guix.gnu.org/43228>. * gnu/packages/node.scm (node): Downgrade to 10.22.0. [inputs]: Downgrade nghttp2 to 1.40.
This commit is contained in:
		
							parent
							
								
									bbf8a30966
								
							
						
					
					
						commit
						6b7cba0fa8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -47,14 +47,14 @@
 | 
				
			||||||
(define-public node
 | 
					(define-public node
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "node")
 | 
					    (name "node")
 | 
				
			||||||
    (version "10.22.0")
 | 
					    (version "10.20.0")
 | 
				
			||||||
    (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
 | 
				
			||||||
                "1nz18fa550li10r0kzsm28c2rvvq61nq8bqdygip0rmvbi2paxg0"))
 | 
					                "0cvjwnl0wkcsyw3kannbdv01s235wrnp11n2s6swzjx95gpichfi"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               `(begin
 | 
					               `(begin
 | 
				
			||||||
| 
						 | 
					@ -186,7 +186,7 @@
 | 
				
			||||||
       ("http-parser" ,http-parser)
 | 
					       ("http-parser" ,http-parser)
 | 
				
			||||||
       ("icu4c" ,icu4c)
 | 
					       ("icu4c" ,icu4c)
 | 
				
			||||||
       ("libuv" ,libuv)
 | 
					       ("libuv" ,libuv)
 | 
				
			||||||
       ("nghttp2" ,nghttp2-1.41 "lib")
 | 
					       ("nghttp2" ,nghttp2 "lib")
 | 
				
			||||||
       ("openssl" ,openssl)
 | 
					       ("openssl" ,openssl)
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (synopsis "Evented I/O for V8 JavaScript")
 | 
					    (synopsis "Evented I/O for V8 JavaScript")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue