summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-05-28 12:34:10 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-23 14:11:19 +0200
commite0f1741aaf9cdc1df851c44c804d74c1c44af80a (patch)
tree314ba2dc657b57016d4724a88578b117437f220e
parentf4b1febef57e50828607e1ec03983c064840a1ff (diff)
gnu: utf8proc-bootstrap: Update to 2.11.3.
* gnu/packages/textutils.scm (utf8proc-bootstrap): Update to 2.11.3. (utf8proc)[native-inputs]: Update UNICODE_VERSION to 17.0.0. Change-Id: I7dce883486c2743fa10dbd62c287a1cb849a1401
-rw-r--r--gnu/packages/textutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 543d5b62b9a..37ae97b497c 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -192,7 +192,7 @@ libenca and several charset conversion libraries and tools.")
192 (hidden-package 192 (hidden-package
193 (package 193 (package
194 (name "utf8proc-bootstrap") 194 (name "utf8proc-bootstrap")
195 (version "2.10.0") 195 (version "2.11.3")
196 (source 196 (source
197 (origin 197 (origin
198 (method git-fetch) 198 (method git-fetch)
@@ -201,7 +201,7 @@ libenca and several charset conversion libraries and tools.")
201 (commit (string-append "v" version)))) 201 (commit (string-append "v" version))))
202 (file-name (git-file-name name version)) 202 (file-name (git-file-name name version))
203 (sha256 203 (sha256
204 (base32 "1n1k67x39sk8xnza4w1xkbgbvgb1g7w2a7j2qrqzqaw1lyilqsy2")))) 204 (base32 "1ssix4zf3lac1afzlw2gbfg3n52gmggip8lv224gywqf3zyvyp8c"))))
205 (build-system gnu-build-system) 205 (build-system gnu-build-system)
206 (arguments 206 (arguments
207 (list #:tests? #f ;To break dependency cycle. 207 (list #:tests? #f ;To break dependency cycle.
@@ -224,7 +224,7 @@ case-folding, and other operations for data in the UTF-8 encoding.")
224 (inherit utf8proc-bootstrap) 224 (inherit utf8proc-bootstrap)
225 (name "utf8proc") 225 (name "utf8proc")
226 (native-inputs 226 (native-inputs
227 (let ((UNICODE_VERSION "16.0.0")) ; defined in data/Makefile 227 (let ((UNICODE_VERSION "17.0.0")) ; defined in data/Makefile
228 ;; Only if the tests will be run should these be added. 228 ;; Only if the tests will be run should these be added.
229 (if (and (%current-system) 229 (if (and (%current-system)
230 (supported-package? julia)) 230 (supported-package? julia))