GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #497 received at 70606 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-fasthash-0.4): Order.
Change-Id: I3eaaf6055a2ba160ee80f8f995d163c39161c2dc
---
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 bb96d92d7c..00119cd20f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27877,32 +27877,6 @@ (define-public rust-fast-float-0.2
(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 @@ (define-public rust-faster-hex-0.8
("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")
--
2.45.2
This bug report was last modified 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.