[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/62: gnu: Place rust-twox-hash-1 in alphabetical order.
From: |
guix-commits |
Subject: |
15/62: gnu: Place rust-twox-hash-1 in alphabetical order. |
Date: |
Wed, 13 Mar 2024 16:22:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 8235bfe6e7cdc4d7ec79491357c02b11a461b283
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:13 2024 +0100
gnu: Place rust-twox-hash-1 in alphabetical order.
gnu/packages/crates-io.scm (rust-twox-hash-1): Move variable.
Change-Id: Icb0d2a5f834af969f235aaef48b2b848277801b3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 58 +++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f0e8a6fc70..f2eb798bab 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37623,35 +37623,6 @@ proofs. It automates the Fiat-Shamir transform, so
that by using Merlin,
non-interactive protocols can be implemented as if they were interactive.")
(license license:expat)))
-(define-public rust-twox-hash-1
- (package
- (name "rust-twox-hash")
- (version "1.6.3")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "twox-hash" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0xgn72j36a270l5ls1jk88n7bmq2dhlfkbhdh5554hbagjsydzlp"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-cfg-if" ,rust-cfg-if-0.1)
- ("rust-digest" ,rust-digest-0.8)
- ("rust-digest" ,rust-digest-0.9)
- ("rust-digest" ,rust-digest-0.10)
- ("rust-rand" ,rust-rand-0.8)
- ("rust-serde" ,rust-serde-1)
- ("rust-static-assertions" ,rust-static-assertions-1))
- #:cargo-development-inputs
- (("rust-serde-json" ,rust-serde-json-1))))
- (home-page "https://github.com/shepmaster/twox-hash")
- (synopsis "Rust implementation of the XXHash and XXH3 algorithms")
- (description "This package provides a Rust implementation of the XXHash
-and XXH3 algorithms.")
- (license license:expat)))
-
(define-public rust-metrics-macros-0.2
(package
(name "rust-metrics-macros")
@@ -74614,6 +74585,35 @@ strings.")
(base32
"1lbf64snscr3vz71jbl6i2c8zr2ndsiqbk6316z39fj1a8mipcar"))))))
+(define-public rust-twox-hash-1
+ (package
+ (name "rust-twox-hash")
+ (version "1.6.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "twox-hash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xgn72j36a270l5ls1jk88n7bmq2dhlfkbhdh5554hbagjsydzlp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-cfg-if" ,rust-cfg-if-0.1)
+ ("rust-digest" ,rust-digest-0.8)
+ ("rust-digest" ,rust-digest-0.9)
+ ("rust-digest" ,rust-digest-0.10)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-static-assertions" ,rust-static-assertions-1))
+ #:cargo-development-inputs
+ (("rust-serde-json" ,rust-serde-json-1))))
+ (home-page "https://github.com/shepmaster/twox-hash")
+ (synopsis "Rust implementation of the XXHash and XXH3 algorithms")
+ (description "This package provides a Rust implementation of the XXHash
+and XXH3 algorithms.")
+ (license license:expat)))
+
(define-public rust-typeable-0.1
(package
(name "rust-typeable")
- 58/62: gnu: rust-zerocopy-0.7: Accept newer versions of dependencies., (continued)
- 58/62: gnu: rust-zerocopy-0.7: Accept newer versions of dependencies., guix-commits, 2024/03/13
- 41/62: gnu: rust-signature-derive-2: Update to 2.1.0., guix-commits, 2024/03/13
- 56/62: gnu: rust-time-0.3: Update to 0.3.34., guix-commits, 2024/03/13
- 31/62: gnu: Add rust-eyeball-im-0.4., guix-commits, 2024/03/13
- 50/62: gnu: Place rust-lettre-email-0.9 in alphabetical order., guix-commits, 2024/03/13
- 53/62: gnu: llvm-17: Fix building on riscv64-linux., guix-commits, 2024/03/13
- 08/62: gnu: Add rust-compiletest-rs-0.9., guix-commits, 2024/03/13
- 14/62: gnu: Place rust-thousands-0.2 in alphabetical order., guix-commits, 2024/03/13
- 12/62: gnu: Add rust-imbl-2., guix-commits, 2024/03/13
- 11/62: gnu: Add rust-imbl-sized-chunks-0.1., guix-commits, 2024/03/13
- 15/62: gnu: Place rust-twox-hash-1 in alphabetical order.,
guix-commits <=
- 20/62: gnu: Place rust-rpassword-5 in alphabetical order., guix-commits, 2024/03/13
- 22/62: gnu: Place rust-rpassword-7 in alphabetical order., guix-commits, 2024/03/13
- 25/62: gnu: Place rust-roxmltree-0.14 in alphabetical order., guix-commits, 2024/03/13
- 29/62: gnu: Add rust-readlock-tokio-0.1., guix-commits, 2024/03/13
- 26/62: gnu: Place rust-rodio-0.15 in alphabetical order., guix-commits, 2024/03/13
- 28/62: gnu: Add rust-readlock-0.1., guix-commits, 2024/03/13
- 30/62: gnu: Add rust-eyeball-0.8., guix-commits, 2024/03/13
- 34/62: gnu: Add rust-k256-0.13., guix-commits, 2024/03/13
- 35/62: gnu: rust-ecdsa-0.16: Update to 0.16.9., guix-commits, 2024/03/13
- 46/62: gnu: Add rust-parse-display-derive-0.8., guix-commits, 2024/03/13