GNU bug report logs - #67612
[PATCH] gnu: node-lts: Update to 18.19.0.

Previous Next

Package: guix-patches;

Reported by: TakeV <takev <at> disroot.org>

Date: Sun, 3 Dec 2023 21:28:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: TakeV <takev <at> disroot.org>
Subject: bug#67612: closed (Re: [bug#67612] [PATCH] gnu: node-lts: Update
 to 18.19.0.)
Date: Fri, 22 Dec 2023 16:33:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67612: [PATCH] gnu: node-lts: Update to 18.19.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67612 <at> debbugs.gnu.org.

-- 
67612: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67612
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: TakeV <takev <at> disroot.org>
Cc: 67612-done <at> debbugs.gnu.org
Subject: Re: [bug#67612] [PATCH] gnu: node-lts: Update to 18.19.0.
Date: Fri, 22 Dec 2023 17:31:59 +0100
TakeV <takev <at> disroot.org> skribis:

> * gnu/packages/node.scm (node-lts): Update to 18.19.0.
>
> Change-Id: Ide542157571774da6d70fc114ec095f645a79b8b

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: TakeV <takev <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: TakeV <takev <at> disroot.org>
Subject: [PATCH] gnu: node-lts: Update to 18.19.0.
Date: Sun,  3 Dec 2023 16:26:27 -0500
* gnu/packages/node.scm (node-lts): Update to 18.19.0.

Change-Id: Ide542157571774da6d70fc114ec095f645a79b8b
---
 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 6e30ad486a..a9d4e5ab13 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.18.2")
+    (version "18.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0ci1faxjsbp0lv05kskh5anfljn6zawqcf7dawiby5d5qg7x572h"))
+                "05qc1dgmrms73073n4l36jrcxf6ygqj959d3cngy5qclrg0isk6x"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: ab8612d99eca5c25ecbefe026b04ed9f00e3f8b5
-- 
2.41.0




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

Previous Next


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