[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: Order alpha
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 16:32:40 +0100 |
* gnu/packages/crates-io.scm (rust-downcast-0.11): Order.
Change-Id: I030ffc63bf7dd21df38cbe6a9fa025aec1cd751d
---
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 578df53a4c..c796452f9f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24381,26 +24381,6 @@ (define-public rust-document-features-0.2
@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 @@ (define-public rust-dotenvy-0.15
(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")
--
2.45.2
- [bug#70606] [PATCH rust-team 28/92] gnu: rust-buffer-redux-1: Order alphabetically., (continued)
- [bug#70606] [PATCH rust-team 28/92] gnu: rust-buffer-redux-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 69/92] gnu: rust-csv-index-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 73/92] gnu: rust-dhcp4r-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 84/92] gnu: rust-failure-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 31/92] gnu: rust-cargo-lock-9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 86/92] gnu: rust-fasthash-sys-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 27/92] gnu: rust-blas-0.22: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: Order alphabetically.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 76/92] gnu: rust-dyn-clone-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 64/92] gnu: rust-core-arch-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 83/92] gnu: rust-fake-simd-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 92/92] gnu: rust-guess-host-triple-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 79/92] gnu: rust-equivalent-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 88/92] gnu: rust-field-offset-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 50/92] gnu: rust-const-format-proc-macros-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 90/92] gnu: rust-fsio-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 54/92] gnu: rust-condtype-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 74/92] gnu: rust-downcast-rs-1: Order alphabetically., Herman Rimm, 2024/12/24