guix_mirror_bot pushed a commit to branch javascript-team
in repository guix.

commit 76a29a7bddcc54cdf4b786588e5003729197a004
Author: Jelle Licht <[email protected]>
AuthorDate: Fri Aug 29 14:59:03 2025 +0200

    gnu: node-lts: Update to 24.7.0.
    
    * gnu/packages/node.scm (node-lts): Update to 24.7.0.
    
    Change-Id: I1384b65244c16c67d2aad13931ac0af6e9ce2acf
---
 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 3a237e912d..9eed9b8e33 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -748,14 +748,14 @@ source files.")
 (define-public node-lts
   (package
     (inherit node-bootstrap)
-    (version "24.6.0")
+    (version "24.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "1vcp20an041gqc10g2afvda4hgjdycrpg7dvpvhdbn5wm2vjp8gb"))
+                "12hk2lh7jpqvg09a5askxhnyk5640hz3krw9n8wx89yh49qdzqjw"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to