[bug#75068,rust-team,v2,58/93] gnu: rust-notify-debouncer-mini-0.4: Order alphabetically.
Commit Message
Herman Rimm
Dec. 24, 2024, 8:10 p.m. UTC
* gnu/packages/crates-io.scm (rust-notify-debouncer-mini-0.4): Order. Change-Id: I7a830ea4bbf2952a4e3517791da17a202ccb5ff5 --- 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 167be7ba70..473717fce9 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -51593,28 +51593,6 @@ (define-public rust-notify-4 (("rust-tempfile" ,rust-tempfile-3)))) (license license:cc0))) -(define-public rust-notify-debouncer-mini-0.4 - (package - (name "rust-notify-debouncer-mini") - (version "0.4.1") - (source - (origin - (method url-fetch) - (uri (crate-uri "notify-debouncer-mini" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0hwxdbzyx01pzwyld1dk7sc7ak5k3xkjz2l59ppwa7rajwhv4h2x")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5) - ("rust-log" ,rust-log-0.4) - ("rust-notify" ,rust-notify-6) - ("rust-serde" ,rust-serde-1)))) - (home-page "https://github.com/notify-rs/notify") - (synopsis "Notify mini debouncer") - (description "This crate is notify mini debouncer for events.") - (license (list license:expat license:asl2.0)))) - (define-public rust-notify-debouncer-full-0.3 (package (name "rust-notify-debouncer-full") @@ -51647,6 +51625,28 @@ (define-public rust-notify-debouncer-full-0.3 "This package provides a notify event debouncer optimized for ease of use.") (license (list license:expat license:asl2.0)))) +(define-public rust-notify-debouncer-mini-0.4 + (package + (name "rust-notify-debouncer-mini") + (version "0.4.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "notify-debouncer-mini" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0hwxdbzyx01pzwyld1dk7sc7ak5k3xkjz2l59ppwa7rajwhv4h2x")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5) + ("rust-log" ,rust-log-0.4) + ("rust-notify" ,rust-notify-6) + ("rust-serde" ,rust-serde-1)))) + (home-page "https://github.com/notify-rs/notify") + (synopsis "Notify mini debouncer") + (description "This crate is notify mini debouncer for events.") + (license (list license:expat license:asl2.0)))) + (define-public rust-notify-rust-4 (package (name "rust-notify-rust")