~ruther/guix-local

6d7f78b4d2ed97429dd76370ece80170a3229b8b — Maxim Cournoyer a month ago 83855e4
gnu: simdutf: Update to 7.7.1.

* gnu/packages/c.scm (simdutf): Update to 7.7.1.

Change-Id: I921697cf5f59e6bd13fc2854f3e2a0f50e06ec14
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/c.scm
M gnu/packages/c.scm => gnu/packages/c.scm +2 -2
@@ 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