guix-patches
[Top][All Lists]
Advanced

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

[bug#67512] [PATCH 3/5] gnu: node: Switch to icu4c-71.


From: Ian Eure
Subject: [bug#67512] [PATCH 3/5] gnu: node: Switch to icu4c-71.
Date: Tue, 28 Nov 2023 12:13:07 -0800

* gnu/packages/node.scm (node): Switch to icu4c-71.

I encountered consistent test failures with icu4c 73.1.

Change-Id: Iaad9a4f274f9e3b8736486b58f262a82304b0b5d
---
 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..668847405d 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -290,7 +290,7 @@ (define-public node
      ;; Runtime dependencies for binaries used as a bootstrap.
      (list c-ares
            http-parser
-           icu4c
+           icu4c-71
            libuv-for-node
            `(,nghttp2-for-node "lib")
            openssl-1.1
@@ -310,7 +310,7 @@ (define-public node
            coreutils
            c-ares
            http-parser
-           icu4c
+           icu4c-71
            libuv-for-node
            `(,nghttp2-for-node "lib")
            openssl
-- 
2.41.0






reply via email to

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