GNU bug report logs -
#64611
[PATCH 0/2] Update node-lts to 18.16.1 [security fixes].
Previous Next
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: Jelle Licht <jlicht <at> fsfe.org>
* gnu/packages/node.scm (node-lts): Update to 18.17.1.
---
Changes in v3:
- re-bump node-lts from 18.17.0 to 18.17.1
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..d769066dc4 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.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
- "0vcc132z7lkxnw5clmiz6sp6ccmw35pyb69hczphrig5frfmqkva"))
+ "0dachvhf5jxrb1av8mn2dikbhwklxsgc9y2zg4h50fcwh5d54mqi"))
(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.