gnu: node-lts: Update to 18.19.0.
* gnu/packages/node.scm (node-lts): Update to 18.19.0. Change-Id: Ide542157571774da6d70fc114ec095f645a79b8b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									7f2583cf55
								
							
						
					
					
						commit
						96b6e7b1a4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -738,14 +738,14 @@ source files.")
 | 
				
			||||||
(define-public node-lts
 | 
					(define-public node-lts
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit node)
 | 
					    (inherit node)
 | 
				
			||||||
    (version "18.18.2")
 | 
					    (version "18.19.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.gz"))
 | 
					                                  "/node-v" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0ci1faxjsbp0lv05kskh5anfljn6zawqcf7dawiby5d5qg7x572h"))
 | 
					                "05qc1dgmrms73073n4l36jrcxf6ygqj959d3cngy5qclrg0isk6x"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue