GNU bug report logs -
#75069
[PATCH rust-team 00/57] Alpabetically order (gnu packages
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 21:27: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
Message #98 received at 75069 <at> debbugs.gnu.org (full text, mbox):
* 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
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.