me
/
guix
Archived
1
0
Fork 0

gnu: node-lts: Update to 18.17.1.

* gnu/packages/node.scm (node-lts): Update to 18.17.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -738,14 +738,14 @@ source files.")
(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