[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: Order alphab
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 16:32:52 +0100 |
* 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
- [bug#70606] [PATCH rust-team 81/92] gnu: rust-etherparse-0.13: Order alphabetically., (continued)
- [bug#70606] [PATCH rust-team 81/92] gnu: rust-etherparse-0.13: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 71/92] gnu: rust-cstr-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 45/92] gnu: rust-clap-cargo-0.14: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 91/92] gnu: rust-fs-utils-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 47/92] gnu: rust-const-str-0.5: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 67/92] gnu: rust-crc-catalog-2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 80/92] gnu: rust-ethtool-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 40/92] gnu: rust-clap-conf-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 65/92] gnu: rust-count-instructions-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 28/92] gnu: rust-buffer-redux-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: Order alphabetically.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 69/92] gnu: rust-csv-index-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 73/92] gnu: rust-dhcp4r-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 84/92] gnu: rust-failure-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 31/92] gnu: rust-cargo-lock-9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 86/92] gnu: rust-fasthash-sys-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 27/92] gnu: rust-blas-0.22: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 76/92] gnu: rust-dyn-clone-1: Order alphabetically., Herman Rimm, 2024/12/24