unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67612] [PATCH] gnu: node-lts: Update to 18.19.0.
@ 2023-12-03 21:26 TakeV via Guix-patches via
  2023-12-22 16:31 ` bug#67612: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: TakeV via Guix-patches via @ 2023-12-03 21:26 UTC (permalink / raw)
  To: 67612; +Cc: TakeV

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67612: [PATCH] gnu: node-lts: Update to 18.19.0.
  2023-12-03 21:26 [bug#67612] [PATCH] gnu: node-lts: Update to 18.19.0 TakeV via Guix-patches via
@ 2023-12-22 16:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-22 16:31 UTC (permalink / raw)
  To: TakeV; +Cc: 67612-done

TakeV <takev@disroot.org> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-22 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03 21:26 [bug#67612] [PATCH] gnu: node-lts: Update to 18.19.0 TakeV via Guix-patches via
2023-12-22 16:31 ` bug#67612: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).