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:
TakeV 2023-12-03 16:26:27 -05:00 committed by Ludovic Courtès
parent 7f2583cf55
commit 96b6e7b1a4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -738,14 +738,14 @@ (define-public llhttp-bootstrap
(define-public node-lts
(package
(inherit node)
(version "18.18.2")
(version "18.19.0")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
"0ci1faxjsbp0lv05kskh5anfljn6zawqcf7dawiby5d5qg7x572h"))
"05qc1dgmrms73073n4l36jrcxf6ygqj959d3cngy5qclrg0isk6x"))
(modules '((guix build utils)))
(snippet
'(begin