efraim pushed a commit to branch rust-team
in repository guix.
commit 865bd2daffcfd5bca50a05da17674f3d0268cf21
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:52 2024 +0100
gnu: rust-fasthash-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-fasthash-0.4): Order.
Change-Id: I3eaaf6055a2ba160ee80f8f995d163c39161c2dc
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 52 +++++++++++++++++++++++-----------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 03b15681b0..8224b92a29 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27877,32 +27877,6 @@ is defined in the HTML specification.")
(description "This package provides a fast floating-point number parser.")
(license (list license:expat license:asl2.0))))
-(define-public rust-fasthash-0.4
- (package
- (name "rust-fasthash")
- (version "0.4.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "fasthash" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "03v9g4ajw0zk9pv2ranq65xcly1b68hg0qzc2y8y1ajfdfa168h3"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-0.1)
- ("rust-fasthash-sys" ,rust-fasthash-sys-0.3)
- ("rust-num-traits" ,rust-num-traits-0.2)
- ("rust-seahash" ,rust-seahash-3)
- ("rust-xoroshiro128" ,rust-xoroshiro128-0.3))))
- (home-page "https://github.com/flier/rust-fasthash")
- (synopsis "Suite of non-cryptographic hash functions for Rust")
- (description
- "This package provides a suite of non-cryptographic hash functions for
-Rust.")
- (license license:asl2.0)))
-
(define-public rust-faster-hex-0.9
(package
(name "rust-faster-hex")
@@ -27953,6 +27927,32 @@ Rust.")
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))))
+(define-public rust-fasthash-0.4
+ (package
+ (name "rust-fasthash")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "fasthash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "03v9g4ajw0zk9pv2ranq65xcly1b68hg0qzc2y8y1ajfdfa168h3"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-0.1)
+ ("rust-fasthash-sys" ,rust-fasthash-sys-0.3)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-seahash" ,rust-seahash-3)
+ ("rust-xoroshiro128" ,rust-xoroshiro128-0.3))))
+ (home-page "https://github.com/flier/rust-fasthash")
+ (synopsis "Suite of non-cryptographic hash functions for Rust")
+ (description
+ "This package provides a suite of non-cryptographic hash functions for
+Rust.")
+ (license license:asl2.0)))
+
(define-public rust-fasthash-sys-0.3
(package
(name "rust-fasthash-sys")