efraim pushed a commit to branch rust-team
in repository guix.
commit 4bad6b93c6a919f3ea48499c5c764653e79a1180
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 22:26:39 2024 +0100
gnu: rust-xxhash-c-sys-0.8: Order alphabetically.
* gnu/packages/crates-io.scm (rust-xxhash-c-sys-0.8): Order.
Change-Id: Iebca896aa8fdc02a9e472029659533893732762e
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cff14a0027..580c84a8db 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -99548,6 +99548,26 @@ file into an in-memory tree structure.")
"This package provides fast pseudo-random number generators.")
(license license:expat)))
+(define-public rust-xxhash-c-sys-0.8
+ (package
+ (name "rust-xxhash-c-sys")
+ (version "0.8.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "xxhash-c-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "13g8cy4w91nwmficbmkrqp40axpwidcna588gzxr47m0ld99jh6j"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-cc" ,rust-cc-1)
+ ("rust-libc" ,rust-libc-0.2))))
+ (home-page "https://github.com/DoumanAsh/xxhash-c-sys")
+ (synopsis "Bindings to xxhash")
+ (description "This package provides bindings to xxhash.")
+ (license license:boost1.0)))
+
(define-public rust-xxhash-rust-0.8
(package
(name "rust-xxhash-rust")
@@ -99572,26 +99592,6 @@ file into an in-memory tree structure.")
algorithm in Rust.")
(license license:boost1.0)))
-(define-public rust-xxhash-c-sys-0.8
- (package
- (name "rust-xxhash-c-sys")
- (version "0.8.6")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "xxhash-c-sys" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "13g8cy4w91nwmficbmkrqp40axpwidcna588gzxr47m0ld99jh6j"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-cc" ,rust-cc-1)
- ("rust-libc" ,rust-libc-0.2))))
- (home-page "https://github.com/DoumanAsh/xxhash-c-sys")
- (synopsis "Bindings to xxhash")
- (description "This package provides bindings to xxhash.")
- (license license:boost1.0)))
-
(define-public rust-xz-0.1
(package
(name "rust-xz")