GNU bug report logs - #64611
[PATCH 0/2] Update node-lts to 18.16.1 [security fixes].

Previous Next

Package: guix-patches;

Reported by: jlicht <at> fsfe.org

Date: Fri, 14 Jul 2023 13:59:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jlicht <at> fsfe.org
To: 64611 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [bug#64611] [PATCH v2 2/2] gnu: node-lts: Update to 18.17.0.
Date: Mon, 24 Jul 2023 12:28:01 +0200
From: Jelle Licht <jlicht <at> fsfe.org>

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

---

Changes in v2:
- re-bump node-lts from 18.16.1 to 18.17.0

 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 91a7d9c700..5f42aabcd3 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -738,14 +738,14 @@ (define-public llhttp-bootstrap
 (define-public node-lts
   (package
     (inherit node)
-    (version "18.16.0")
+    (version "18.17.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0vcc132z7lkxnw5clmiz6sp6ccmw35pyb69hczphrig5frfmqkva"))
+                "1sblzgjv608dygfdnks2p45fpl7066brw7fm9dd8kd8r09y1baks"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.41.0





This bug report was last modified 1 year and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.