[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75069] [PATCH rust-team 41/57] gnu: rust-synchronoise-1: Order alph
From: |
Herman Rimm |
Subject: |
[bug#75069] [PATCH rust-team 41/57] gnu: rust-synchronoise-1: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 22:26:24 +0100 |
* gnu/packages/crates-io.scm (rust-synchronoise-1): Order.
Change-Id: Ic7ba4a994b0b69eeb6f1c0a7963202ede9671992
---
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 f01b751d80..072df817af 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83639,28 +83639,6 @@ (define-public rust-syn-test-suite-0.0.0
(description "Test suite of the syn crate.")
(license (list license:expat license:asl2.0))))
-(define-public rust-synchronoise-1
- (package
- (name "rust-synchronoise")
- (version "1.0.1")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "synchronoise" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1wnylkdf84520ks7a70fnwds2wibxmnkgqzz3j6ww9n61wwh3g1x"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-crossbeam-queue" ,rust-crossbeam-queue-0.3))))
- (home-page "https://github.com/QuietMisdreavus/synchronoise")
- (synopsis "Synchronization primitives")
- (description
- "This package provides synchronization primitives that build upon the
-standard library.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-sync-wrapper-1
(package
(name "rust-sync-wrapper")
@@ -83704,6 +83682,28 @@ (define-public rust-sync-wrapper-0.1
(("rust-futures" ,rust-futures-0.3)
("rust-pin-project-lite" ,rust-pin-project-lite-0.2))))))
+(define-public rust-synchronoise-1
+ (package
+ (name "rust-synchronoise")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "synchronoise" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1wnylkdf84520ks7a70fnwds2wibxmnkgqzz3j6ww9n61wwh3g1x"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-crossbeam-queue" ,rust-crossbeam-queue-0.3))))
+ (home-page "https://github.com/QuietMisdreavus/synchronoise")
+ (synopsis "Synchronization primitives")
+ (description
+ "This package provides synchronization primitives that build upon the
+standard library.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-synom-0.11
(package
(name "rust-synom")
--
2.45.2
- [bug#75069] [PATCH rust-team 30/57] gnu: rust-simplelog-0.12: Order alphabetically., (continued)
- [bug#75069] [PATCH rust-team 30/57] gnu: rust-simplelog-0.12: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 28/57] gnu: rust-sensors-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 33/57] gnu: rust-snapbox-macros-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 24/57] gnu: rust-serde-fmt-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 21/57] gnu: rust-serde-hjson-0.9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 14/57] gnu: rust-rkyv-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 19/57] gnu: rust-salsa-macros-0.17: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 32/57] gnu: rust-snafu-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 35/57] gnu: rust-spirv-types-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 37/57] gnu: rust-sxd-xpath-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 41/57] gnu: rust-synchronoise-1: Order alphabetically.,
Herman Rimm <=
- [bug#75069] [PATCH rust-team 12/57] gnu: rust-rusb-0.9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 11/57] gnu: rust-rust-htslib-0.38: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 18/57] gnu: rust-salsa-0.17: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 45/57] gnu: rust-timeago-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 46/57] gnu: rust-tokio-tcp-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 40/57] gnu: rust-symphonia-core-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 50/57] gnu: rust-unidecode-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 51/57] gnu: rust-valuable-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 49/57] gnu: rust-tryfn-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75069] [PATCH rust-team 13/57] gnu: rust-rust-hawktracer-proc-macro-0.4: Order alphabetically., Herman Rimm, 2024/12/24