guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 8a806cad45e0737047dc436d927cda5cfa5d2943 Author: Anderson Torres <[email protected]> AuthorDate: Wed Dec 31 12:08:07 2025 -0300 gnu: utf8proc: Update to 2.11.3. * gnu/packages/textutils.scm (utf8proc, utf8proc-bootstrap): Update to 2.11.3. [native-inputs]<NormalizationTest.txt, GraphemeBreakTest.txt> <DerivedCoreProperties.txt>: Update to Unicode 17.0.0. Change-Id: I7fb8df6d759dcfd48b1efc85768f75cedf170a3a Merges: https://codeberg.org/guix/guix/pulls/5270 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/textutils.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index e1a2c4effc..ac3c60bfb1 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -191,7 +191,7 @@ libenca and several charset conversion libraries and tools.") (hidden-package (package (name "utf8proc-bootstrap") - (version "2.10.0") + (version "2.11.3") (source (origin (method git-fetch) @@ -200,7 +200,7 @@ libenca and several charset conversion libraries and tools.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1n1k67x39sk8xnza4w1xkbgbvgb1g7w2a7j2qrqzqaw1lyilqsy2")))) + (base32 "1ssix4zf3lac1afzlw2gbfg3n52gmggip8lv224gywqf3zyvyp8c")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;To break dependency cycle. @@ -223,7 +223,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") (inherit utf8proc-bootstrap) (name "utf8proc") (native-inputs - (let ((UNICODE_VERSION "16.0.0")) ; defined in data/Makefile + (let ((UNICODE_VERSION "17.0.0")) ; defined in data/Makefile ;; Only if the tests will be run should these be added. (if (and (%current-system) (supported-package? julia)) @@ -235,7 +235,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") UNICODE_VERSION "/ucd/NormalizationTest.txt")) (sha256 (base32 - "1cffwlxgn6sawxb627xqaw3shnnfxq0v7cbgsld5w1z7aca9f4fq"))) + "1nw7i89q42r0plwlc8qj6qm18brk23hc0jf800cp86km63azy6ah"))) (origin (method url-fetch) (uri (string-append @@ -243,7 +243,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") UNICODE_VERSION "/ucd/auxiliary/GraphemeBreakTest.txt")) (sha256 (base32 - "1d9w6vdfxakjpp38qjvhgvbl2qx0zv5655ph54dhdb3hs9a96azf"))) + "1v4k2x52bzwgqxw89hdf3wdgwm8q3ianmfrya37bl699qp939lg2"))) (origin (method url-fetch) (uri (string-append @@ -251,7 +251,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") UNICODE_VERSION "/ucd/DerivedCoreProperties.txt")) (sha256 (base32 - "1gfsq4vdmzi803i2s8ih7mm4fgs907kvkg88kvv9fi4my9hm3lrr"))) + "021clafsjmjblsxcszp0dpxy2phwhbmyghfmxym2yj2w378zxir4"))) ;; For tests. julia perl
