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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 24 Dec 2024 19:51:07 +0200
with message-id <Z2r0ixaVGQwTFX6K <at> 3900XT>
and subject line Re: [bug#70606] [PATCH rust-team 00/92] Order (crates-io) packages from a to g.
has caused the debbugs.gnu.org bug report #70606,
regarding [PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70606: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70606
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/crates-io.scm (rust-xxhash-rust-0.8): Move variable.
Change-Id: Ia44ff25785b56cf42b1a8241f5d4199e0df82566
---
gnu/packages/crates-io.scm | 44 +++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd87a0f8c7..b7dcdf22fe 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -89759,28 +89759,6 @@ (define-public rust-xmltree-0.8
(("rust-indexmap" ,rust-indexmap-1)
("rust-xml-rs" ,rust-xml-rs-0.7))))))
-(define-public rust-xxhash-rust-0.8
- (package
- (name "rust-xxhash-rust")
- (version "0.8.10")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "xxhash-rust" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "00zfsfigb6zh0x8aaickkkyd3vyjgnrq36ym04lil7my4lgahzcj"))))
- (build-system cargo-build-system)
- (arguments
- `(#:tests? #f ; Only doc tests, which fail.
- #:cargo-development-inputs (("rust-getrandom" ,rust-getrandom-0.2)
- ("rust-xxhash-c-sys" ,rust-xxhash-c-sys-0.8))))
- (home-page "https://github.com/DoumanAsh/xxhash-rust")
- (synopsis "Implementation of xxHash in Rust")
- (description "This package provides an implementation of the xxHash
-algorithm in Rust.")
- (license license:boost1.0)))
-
(define-public rust-xxhash-c-sys-0.8
(package
(name "rust-xxhash-c-sys")
@@ -89801,6 +89779,28 @@ (define-public rust-xxhash-c-sys-0.8
(description "This package provides bindings to xxhash.")
(license license:boost1.0)))
+(define-public rust-xxhash-rust-0.8
+ (package
+ (name "rust-xxhash-rust")
+ (version "0.8.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "xxhash-rust" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "00zfsfigb6zh0x8aaickkkyd3vyjgnrq36ym04lil7my4lgahzcj"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f
+ #:cargo-development-inputs (("rust-getrandom" ,rust-getrandom-0.2)
+ ("rust-xxhash-c-sys" ,rust-xxhash-c-sys-0.8))))
+ (home-page "https://github.com/DoumanAsh/xxhash-rust")
+ (synopsis "Implementation of xxHash in Rust")
+ (description "This package provides an implementation of the xxHash
+algorithm in Rust.")
+ (license license:boost1.0)))
+
(define-public rust-xz-0.1
(package
(name "rust-xz")
base-commit: 2c90e7aa2f078da27d517b2b77b61810f4513809
--
2.41.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Wow thats a lot of packages out of order. Patches pushed to the
rust-team branch.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.