[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH 137/228] gnu: Place rust-jwalk-0.8 in alphabetical or
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH 137/228] gnu: Place rust-jwalk-0.8 in alphabetical order. |
Date: |
Sun, 18 Feb 2024 22:08:27 +0100 |
gnu/packages/crates-io.scm (rust-jwalk-0.8): Move variable.
Change-Id: Iefebcd823a9a9cf69ffec0b36a9429bce5c8de75
---
gnu/packages/crates-io.scm | 62 +++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4410e821bd..30eb556d20 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29363,37 +29363,6 @@ (define-public rust-hts-sys-2
(description "This library provides Rust bindings to HTSlib.")
(license license:expat)))
-(define-public rust-jwalk-0.8
- (package
- (name "rust-jwalk")
- (version "0.8.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "jwalk" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0miw0074ch6p89dbvrlnz9wp13rh7542cf1ak8bx4v1mcrsq8d97"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-crossbeam" ,rust-crossbeam-0.8)
- ("rust-rayon" ,rust-rayon-1))
- #:cargo-development-inputs
- (("rust-criterion" ,rust-criterion-0.4)
- ("rust-fs-extra" ,rust-fs-extra-1)
- ("rust-ignore" ,rust-ignore-0.4)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-num-cpus" ,rust-num-cpus-1)
- ("rust-tempfile" ,rust-tempfile-3)
- ("rust-walkdir" ,rust-walkdir-2))))
- (home-page "https://github.com/byron/jwalk")
- (synopsis
- "Filesystem walk performed in parallel with streamed and sorted results")
- (description
- "Filesystem walk performed in parallel with streamed and sorted results.")
- (license license:expat)))
-
(define-public rust-human-format-1
(package
(name "rust-human-format")
@@ -32952,6 +32921,37 @@ (define-public rust-juniper-0.14
debugging.")
(license license:bsd-2)))
+(define-public rust-jwalk-0.8
+ (package
+ (name "rust-jwalk")
+ (version "0.8.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "jwalk" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0miw0074ch6p89dbvrlnz9wp13rh7542cf1ak8bx4v1mcrsq8d97"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-crossbeam" ,rust-crossbeam-0.8)
+ ("rust-rayon" ,rust-rayon-1))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.4)
+ ("rust-fs-extra" ,rust-fs-extra-1)
+ ("rust-ignore" ,rust-ignore-0.4)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-num-cpus" ,rust-num-cpus-1)
+ ("rust-tempfile" ,rust-tempfile-3)
+ ("rust-walkdir" ,rust-walkdir-2))))
+ (home-page "https://github.com/byron/jwalk")
+ (synopsis
+ "Filesystem walk performed in parallel with streamed and sorted results")
+ (description
+ "Filesystem walk performed in parallel with streamed and sorted results.")
+ (license license:expat)))
+
(define-public rust-keccak-0.1
(package
(name "rust-keccak")
--
2.41.0
- [bug#69257] [PATCH 217/228] gnu: Add rust-uniffi-checksum-derive-0.25., (continued)
- [bug#69257] [PATCH 217/228] gnu: Add rust-uniffi-checksum-derive-0.25., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 219/228] gnu: Add rust-uniffi-testing-0.25., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 222/228] gnu: Add rust-uniffi-bindgen-0.25., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 226/228] gnu: Add rust-async-rx-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 212/228] gnu: Add rust-matrix-sdk-sqlite-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 220/228] gnu: Add rust-weedle2-4., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 223/228] gnu: Add rust-uniffi-build-0.25., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 225/228] gnu: Add rust-async-cell-0.2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 228/228] WIP: gnu: Add fractal., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 193/228] gnu: Add rust-macroific-attr-parse-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 137/228] gnu: Place rust-jwalk-0.8 in alphabetical order.,
Herman Rimm <=
- [bug#69257] [PATCH 082/228] gnu: Place rust-paw-structopt-1 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 084/228] gnu: Place rust-paw-attributes-1 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 072/228] gnu: Add rust-inferno-0.11., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 054/228] gnu: Add rust-http-body-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 027/228] gnu: Add rust-rclite-0.2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 227/228] gnu: Add rust-matrix-sdk-ui-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 180/228] gnu: Add rust-matrix-pickle-derive-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 058/228] gnu: Add rust-hyper-util-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 021/228] gnu: Place rust-rpassword-6 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 221/228] gnu: Add rust-uniffi-udl-0.25., Herman Rimm, 2024/02/18