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

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

Change-Id: I09ab8f4c9fc16c534519ff6b48c02adf2796f5a3
This commit is contained in:
Jelle Licht
2025-08-01 15:52:01 +02:00
parent 40e40dafc4
commit ca11af32e2

View File

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