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.0.

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

Change-Id: I51f3c4c77530a81ddac6dc0ebbef0c0f2897c875
This commit is contained in:
Jelle Licht
2025-12-03 21:25:59 +01:00
parent 4a1f2852e1
commit e095512494

View File

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