diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-31 10:22:40 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-12 11:22:59 +0900 |
| commit | 6d7f78b4d2ed97429dd76370ece80170a3229b8b (patch) | |
| tree | b5726619c1da70a4770c54c31d9d1719061e0d83 | |
| parent | 83855e45e2dc8854f1a3dc96df13fe06808f02ab (diff) | |
gnu: simdutf: Update to 7.7.1.
* gnu/packages/c.scm (simdutf): Update to 7.7.1.
Change-Id: I921697cf5f59e6bd13fc2854f3e2a0f50e06ec14
| -rw-r--r-- | gnu/packages/c.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index e81250ea8ea..512dc1c3d11 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1706,7 +1706,7 @@ string.h, but with a utf8* prefix instead of the str* prefix.") (define-public simdutf (package (name "simdutf") - (version "7.2.0") + (version "7.7.1") (source (origin (method git-fetch) @@ -1715,7 +1715,7 @@ string.h, but with a utf8* prefix instead of the str* prefix.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1kw4k3mhkj3bcmfmwwzq76hs2ypg5lrjl4vnp2dfg73vas9v9w35")))) + (base32 "0kw4j4qqcfjaii667xa745pklj50m70nqq8cj5agj714acczbk7y")))) (build-system cmake-build-system) (synopsis "SIMD Unicode validation and transcoding") (description |
