mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-simdutf8-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-simdutf8-0.1): Update to 0.1.4. [arguments]: Don't skip build. Skip the tests.
This commit is contained in:
parent
395ed95e70
commit
48e5110c25
1 changed files with 3 additions and 3 deletions
|
@ -64195,16 +64195,16 @@ (define-public rust-simd-helpers-0.1
|
|||
(define-public rust-simdutf8-0.1
|
||||
(package
|
||||
(name "rust-simdutf8")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "simdutf8" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0nama0xqzbl8x72fqd8nhgvwjhg2vqj0gkv1la8gm0n6wwbdlw69"))))
|
||||
(base32 "0fi6zvnldaw7g726wnm9vvpv4s89s5jsk7fgp3rg2l99amw64zzj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(arguments `(#:tests? #f))
|
||||
(home-page "https://github.com/rusticstuff/simdutf8")
|
||||
(synopsis "SIMD-accelerated UTF-8 validation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue