guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: node-lts: Build with icu4c-71.


From: guix-commits
Subject: branch master updated: gnu: node-lts: Build with icu4c-71.
Date: Mon, 01 Aug 2022 17:47:00 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1085514a18 gnu: node-lts: Build with icu4c-71.
1085514a18 is described below

commit 1085514a1899f24e8a17f46c186e55169337272d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 1 23:30:10 2022 +0300

    gnu: node-lts: Build with icu4c-71.
    
    * gnu/packages/node.scm (node-lts)[inputs]: Replace icu4c-70 with
    icu4c-71.
    [native-inputs]: Same.
---
 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 c8d81fbd22..2839348554 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -864,7 +864,7 @@ source files.")
      (list ;; Runtime dependencies for binaries used as a bootstrap.
            c-ares-for-node
            brotli
-           icu4c-70
+           icu4c-71
            libuv-for-node
            `(,nghttp2 "lib")
            openssl
@@ -879,7 +879,7 @@ source files.")
      (list bash-minimal
            coreutils
            c-ares-for-node
-           icu4c-70
+           icu4c-71
            libuv-for-node
            llhttp-bootstrap
            brotli



reply via email to

[Prev in Thread] Current Thread [Next in Thread]