guix-commits
[Top][All Lists]
Advanced

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

54/98: gnu: rust-simd-adler32-0.3: Update to 0.3.7.


From: guix-commits
Subject: 54/98: gnu: rust-simd-adler32-0.3: Update to 0.3.7.
Date: Tue, 2 Apr 2024 07:21:57 -0400 (EDT)

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

commit 3a6cd98a0dddcbd23f97c64cdf425cbe5afcb59e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 1 13:29:41 2024 +0300

    gnu: rust-simd-adler32-0.3: Update to 0.3.7.
    
    * gnu/packages/crates-io.scm (rust-simd-adler32-0.3): Update to 0.3.7.
    
    Change-Id: Ibab305b61d9f826bbcbbd441789e96b86302024f
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ab9233cf70..f44f34a004 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70120,7 +70120,7 @@ CPUs, as well as raw interfaces to platform-specific 
instructions.
 (define-public rust-simd-adler32-0.3
   (package
     (name "rust-simd-adler32")
-    (version "0.3.4")
+    (version "0.3.7")
     (source
      (origin
        (method url-fetch)
@@ -70128,7 +70128,7 @@ CPUs, as well as raw interfaces to platform-specific 
instructions.
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "060b9v15s3miq06582cj2ywam92ph6xs34s62mc8az3xc4wxz98l"))))
+         "1zkq40c3iajcnr5936gjp9jjh1lpzhy44p3dq3fiw75iwr1w2vfn"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs
@@ -70137,8 +70137,7 @@ CPUs, as well as raw interfaces to platform-specific 
instructions.
         ("rust-criterion" ,rust-criterion-0.3)
         ("rust-rand" ,rust-rand-0.8))))
     (home-page "https://github.com/mcountryman/simd-adler32";)
-    (synopsis
-     "Adler-32 rolling hash algorithm implementation")
+    (synopsis "Adler-32 rolling hash algorithm implementation")
     (description
      "This package provides a SIMD-accelerated Adler-32 rolling hash algorithm
 implementation in Rust.")



reply via email to

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