[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 08/92] gnu: rust-askama-0.12: Order alphabe
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 08/92] gnu: rust-askama-0.12: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 16:31:33 +0100 |
* gnu/packages/crates-io.scm (rust-askama-0.12): Order.
Change-Id: I0c2187a63467dc39d23ab6de5e99037ebbd368cf
---
gnu/packages/crates-io.scm | 58 +++++++++++++++++++-------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8ba0b602c3..a110e8f6c3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4391,35 +4391,6 @@ (define-public rust-askama-parser-0.2
(description "Parser for Askama templates.")
(license (list license:expat license:asl2.0))))
-(define-public rust-askama-0.12
- (package
- (name "rust-askama")
- (version "0.12.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "askama" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0a1cmp0f1b01zzbzzp81ppa6r754zpax5372aykswz5933gr345p"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-askama-derive" ,rust-askama-derive-0.12)
- ("rust-askama-escape" ,rust-askama-escape-0.10)
- ("rust-comrak" ,rust-comrak-0.18)
- ("rust-humansize" ,rust-humansize-2)
- ("rust-num-traits" ,rust-num-traits-0.2)
- ("rust-percent-encoding" ,rust-percent-encoding-2)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-serde-yaml" ,rust-serde-yaml-0.9))))
- (home-page "https://github.com/djc/askama")
- (synopsis "Type-safe, compiled Jinja-like templates for Rust")
- (description
- "This package provides a type-safe, compiled Jinja-like template
-library for Rust.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-as-raw-xcb-connection-1
(package
(name "rust-as-raw-xcb-connection")
@@ -4564,6 +4535,35 @@ (define-public rust-ascii-utils-0.9
"This library provides utilities to handle ASCII characters.")
(license license:mpl2.0)))
+(define-public rust-askama-0.12
+ (package
+ (name "rust-askama")
+ (version "0.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "askama" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0a1cmp0f1b01zzbzzp81ppa6r754zpax5372aykswz5933gr345p"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-askama-derive" ,rust-askama-derive-0.12)
+ ("rust-askama-escape" ,rust-askama-escape-0.10)
+ ("rust-comrak" ,rust-comrak-0.18)
+ ("rust-humansize" ,rust-humansize-2)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-percent-encoding" ,rust-percent-encoding-2)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-serde-yaml" ,rust-serde-yaml-0.9))))
+ (home-page "https://github.com/djc/askama")
+ (synopsis "Type-safe, compiled Jinja-like templates for Rust")
+ (description
+ "This package provides a type-safe, compiled Jinja-like template
+library for Rust.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-askama-0.11
(package
(inherit rust-askama-0.12)
--
2.45.2
- [bug#70606] [PATCH rust-team 00/92] Order (crates-io) packages from a to g., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 01/92] gnu: rust-addchain-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 03/92] gnu: rust-aliasable-deref-trait-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 05/92] gnu: rust-argh-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 06/92] gnu: rust-arr-macro-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 08/92] gnu: rust-askama-0.12: Order alphabetically.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 10/92] gnu: rust-askama-derive-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 02/92] gnu: rust-addr-0.14: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 04/92] gnu: rust-argh-shared-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 07/92] gnu: rust-askama-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 09/92] gnu: rust-askama-parser-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 17/92] gnu: rust-auto-impl-0.5: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 20/92] gnu: rust-av-metrics-0.9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 19/92] gnu: rust-autocfg-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 23/92] gnu: rust-bio-types-0.12: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 34/92] gnu: rust-chan-0.1: Order alphabetically., Herman Rimm, 2024/12/24