GNU bug report logs -
#75069
[PATCH rust-team 00/57] Alpabetically order (gnu packages
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 21:27: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
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-xxhash-c-sys-0.8): Order.
Change-Id: Iebca896aa8fdc02a9e472029659533893732762e
---
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 2ededfdaa4..74e36c4015 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -99247,6 +99247,26 @@ (define-public rust-xoroshiro128-0.3
"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")
@@ -99271,26 +99291,6 @@ (define-public rust-xxhash-rust-0.8
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")
--
2.45.2
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.