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.16.1.
---
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 84a86ef631..36e5133f73 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.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
- "0vcc132z7lkxnw5clmiz6sp6ccmw35pyb69hczphrig5frfmqkva"))
+ "19azhxaz4siiqah9pzr641wms0dnaki99398fzgxh9isqa6lr3si"))
(modules '((guix build utils)))
(snippet
`(begin
--
2.40.1
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.