efraim pushed a commit to branch rust-team
in repository guix.
commit 6684a9eb3a58c26d3a02c641e09249d8bacc2b75
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:40 2024 +0100
gnu: rust-downcast-0.11: Order alphabetically.
* gnu/packages/crates-io.scm (rust-downcast-0.11): Order.
Change-Id: I030ffc63bf7dd21df38cbe6a9fa025aec1cd751d
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 3306bf52f7..a88a61032d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24381,26 +24381,6 @@ This project is a fork of Faraday's boondock.")
@code{Cargo.toml}.")
(license (list license:expat license:asl2.0))))
-(define-public rust-downcast-0.11
- (package
- (name "rust-downcast")
- (version "0.11.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "downcast" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1wa78ahlc57wmqyq2ncr80l7plrkgz57xsg7kfzgpcnqac8gld8l"))))
- (build-system cargo-build-system)
- (home-page "https://github.com/fkoep/downcast-rs")
- (synopsis
- "Trait for downcasting trait objects back to their original types")
- (description
- "This package provides a trait, and utilities, for downcasting trait
-objects back to their original types. The same as the rust-downcast-rs
crate.")
- (license license:expat)))
-
(define-public rust-dogged-0.2
(package
(name "rust-dogged")
@@ -24541,6 +24521,26 @@ Rust.")
(description "This package provides a fork of the dotenv crate.")
(license license:expat)))
+(define-public rust-downcast-0.11
+ (package
+ (name "rust-downcast")
+ (version "0.11.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "downcast" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1wa78ahlc57wmqyq2ncr80l7plrkgz57xsg7kfzgpcnqac8gld8l"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/fkoep/downcast-rs")
+ (synopsis
+ "Trait for downcasting trait objects back to their original types")
+ (description
+ "This package provides a trait, and utilities, for downcasting trait
+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")