efraim pushed a commit to branch rust-team
in repository guix.
commit d408f070b1086ed7477faf1e93d2925adf9c9f6f
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:49 2024 +0100
gnu: rust-notify-debouncer-mini-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-notify-debouncer-mini-0.4): Order.
Change-Id: I7a830ea4bbf2952a4e3517791da17a202ccb5ff5
Signed-off-by: Efraim Flashner <[email protected]>
---
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 ff701a2930..9396959a37 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51675,28 +51675,6 @@ notification library.")
(("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")
@@ -51729,6 +51707,28 @@ notification library.")
"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")