guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

194/276: gnu: rust-simdutf8-0.1: Update to 0.1.4.


From: guix-commits
Subject: 194/276: gnu: rust-simdutf8-0.1: Update to 0.1.4.
Date: Wed, 18 Oct 2023 04:50:03 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 48e5110c25cf47dce46fb90980d8902f4236cf99
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 20:06:49 2023 +0300

    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.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ed32d1c90e..4a94a01fa5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64195,16 +64195,16 @@ implementation in Rust.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]