gnu: node-lts: Update to 18.17.1.

* gnu/packages/node.scm (node-lts): Update to 18.17.1.
This commit is contained in:
Jelle Licht 2023-08-19 22:48:55 +02:00
parent bab5e7a116
commit 9b8085ebce
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

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