efraim pushed a commit to branch rust-team
in repository guix.

commit 39e06d704fb01f14ae647d6ebd43d3247f59073a
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:31:59 2024 +0100

    gnu: rust-chan-0.1: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-chan-0.1): Order.
    
    Change-Id: Ifb1e0f31ae725245d81a67ed38659f450e9d8a30
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/crates-io.scm | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 34f8bba398..7bea37b56a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13243,26 +13243,6 @@ chain, the first matching branch is the item that gets 
emitted.")
      "This package provides a macro to support `#[cfg()]` on visibility.")
     (license license:expat)))
 
-(define-public rust-chan-0.1
-  (package
-    (name "rust-chan")
-    (version "0.1.23")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "chan" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1n0y992mqfk5zpxzvrv14g9qivacmd4fiv4j1nmgyrg0vaimcjfi"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-rand" ,rust-rand-0.3))))
-    (home-page "https://github.com/BurntSushi/chan";)
-    (synopsis "DEPRECATED. Use crossbeam-channel instead")
-    (description "DEPRECATED. Use crossbeam-channel instead.")
-    (license (list license:unlicense license:expat))))
-
 (define-public rust-chalk-derive-0.75
   (package
     (name "rust-chalk-derive")
@@ -13383,6 +13363,26 @@ clauses.")
      "This package provides a combines the chalk-engine with chalk-ir.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-chan-0.1
+  (package
+    (name "rust-chan")
+    (version "0.1.23")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "chan" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1n0y992mqfk5zpxzvrv14g9qivacmd4fiv4j1nmgyrg0vaimcjfi"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-rand" ,rust-rand-0.3))))
+    (home-page "https://github.com/BurntSushi/chan";)
+    (synopsis "DEPRECATED. Use crossbeam-channel instead")
+    (description "DEPRECATED. Use crossbeam-channel instead.")
+    (license (list license:unlicense license:expat))))
+
 (define-public rust-charset-0.1
   (package
     (name "rust-charset")

Reply via email to