efraim pushed a commit to branch rust-team
in repository guix.
commit 9f5a22d74b93800c8c60cfd9f1a99d488455c469
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:39 2024 +0100
gnu: rust-downcast-rs-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-downcast-rs-1): Order.
Change-Id: Ic599202f9b9c073486a6a19b83a8e0833c93c3e9
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 297a602442..3306bf52f7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24401,25 +24401,6 @@ This project is a fork of Faraday's boondock.")
objects back to their original types. The same as the rust-downcast-rs
crate.")
(license license:expat)))
-(define-public rust-downcast-rs-1
- (package
- (name "rust-downcast-rs")
- (version "1.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "downcast-rs" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1lmrq383d1yszp7mg5i7i56b17x2lnn3kb91jwsq0zykvg2jbcvm"))))
- (build-system cargo-build-system)
- (home-page "https://github.com/marcianx/downcast-rs")
- (synopsis "Trait object downcasting support using only safe Rust")
- (description
- "Trait object downcasting support using only safe Rust. It supports type
-parameters, associated types, and type constraints.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-dogged-0.2
(package
(name "rust-dogged")
@@ -24560,6 +24541,25 @@ Rust.")
(description "This package provides a fork of the dotenv crate.")
(license license:expat)))
+(define-public rust-downcast-rs-1
+ (package
+ (name "rust-downcast-rs")
+ (version "1.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "downcast-rs" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1lmrq383d1yszp7mg5i7i56b17x2lnn3kb91jwsq0zykvg2jbcvm"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/marcianx/downcast-rs")
+ (synopsis "Trait object downcasting support using only safe Rust")
+ (description
+ "Trait object downcasting support using only safe Rust. It supports type
+parameters, associated types, and type constraints.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-draw-state-0.8
(package
(name "rust-draw-state")