1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: node-lts: Update to 24.14.1.

* gnu/packages/node.scm (node-lts): Update to 24.14.1.

Change-Id: I60457e8e8e05e0102feb450655113ba410bd7667
This commit is contained in:
Jelle Licht
2026-03-27 21:55:55 +01:00
parent 4b7a750b64
commit 1cd09ce1ec

View File

@@ -748,14 +748,14 @@ source files.")
(define-public node-lts
(package
(inherit node-bootstrap)
(version "24.14.0")
(version "24.14.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
"1wqwfdvpn67khq2r9hxdjmibvnmw5lqscv833limp8bbbgfp6b45"))
"1cri5lp3a9jhh34dbd48hq2zyb7xjb9qs6zl36l3q2blawgwz642"))
(modules '((guix build utils)))
(snippet
'(begin