guix-commits
[Top][All Lists]
Advanced

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

121/276: gnu: rust-ahash-0.7: Update to 0.7.6.


From: guix-commits
Subject: 121/276: gnu: rust-ahash-0.7: Update to 0.7.6.
Date: Wed, 18 Oct 2023 04:49:41 -0400 (EDT)

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

commit ee47d5b342c037ce385fe718503ead6e237bc594
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 09:48:34 2023 +0300

    gnu: rust-ahash-0.7: Update to 0.7.6.
    
    * gnu/packages/crates-io.scm (rust-ahash-0.7): Update to 0.7.6.
    [arguments]: Don't skip build.
    [cargo-development-inputs]: Add rust-criterion-0.3, rust-fnv-1,
    rust-fxhash-0.2, rust-hex-0.4, rust-no-panic-0.1, rust-seahash-4,
    rust-serde-json-1.
---
 gnu/packages/crates-io.scm | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f31bdbbbb8..71ee6cdbc2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2553,24 +2553,31 @@ high performance.")
 (define-public rust-ahash-0.7
   (package
     (name "rust-ahash")
-    (version "0.7.4")
+    (version "0.7.6")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "ahash" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "163vy6jcd7r3jczsv4zyhlc5x9dqsfgg1yrqbm3xhygr1czq7fs3"))))
+        (base32 "0isw672fiwx8cjl040jrck6pi85xcszkz6q0xsqkiy6qjl31mdgw"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-const-random" ,rust-const-random-0.1)
         ("rust-getrandom" ,rust-getrandom-0.2)
         ("rust-once-cell" ,rust-once-cell-1)
         ("rust-serde" ,rust-serde-1)
-        ("rust-version-check" ,rust-version-check-0.9))))
+        ("rust-version-check" ,rust-version-check-0.9))
+       #:cargo-development-inputs
+       (("rust-criterion" ,rust-criterion-0.3)
+        ("rust-fnv" ,rust-fnv-1)
+        ("rust-fxhash" ,rust-fxhash-0.2)
+        ("rust-hex" ,rust-hex-0.4)
+        ("rust-no-panic" ,rust-no-panic-0.1)
+        ("rust-rand" ,rust-rand-0.7)
+        ("rust-seahash" ,rust-seahash-4)
+        ("rust-serde-json" ,rust-serde-json-1))))
     (home-page "https://github.com/tkaitchuck/ahash";)
     (synopsis "Non-cryptographic hash function using AES-NI")
     (description "This package provides a non-cryptographic hash function



reply via email to

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