GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-askama-derive-0.12): Order.
Change-Id: I9189ce09b85d59a8ec3afe9ded7e51e850d0501e
---
gnu/packages/crates-io.scm | 54 +++++++++++++++++++-------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f7ae29398e..7778e3fd3e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4326,33 +4326,6 @@ (define-public rust-askama-shared-0.12
(description "This package provides shared code for Askama.")
(license (list license:expat license:asl2.0))))
-(define-public rust-askama-derive-0.12
- (package
- (name "rust-askama-derive")
- (version "0.12.5")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "askama_derive" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "10qxszzrwbabpd3jh6lvk3q1a81ryfba8bh75jb18irwn5n8vzhr"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-askama-parser" ,rust-askama-parser-0.2)
- ("rust-basic-toml" ,rust-basic-toml-0.1)
- ("rust-mime" ,rust-mime-0.3)
- ("rust-mime-guess" ,rust-mime-guess-2)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-syn" ,rust-syn-2))))
- (home-page "https://github.com/djc/askama")
- (synopsis "Procedural macro package for Askama")
- (description
- "This package provide the procedural macro package for Askama.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-as-raw-xcb-connection-1
(package
(name "rust-as-raw-xcb-connection")
@@ -4545,6 +4518,33 @@ (define-public rust-askama-0.11
("rust-askama-escape" ,rust-askama-escape-0.10)
("rust-askama-shared" ,rust-askama-shared-0.12))))))
+(define-public rust-askama-derive-0.12
+ (package
+ (name "rust-askama-derive")
+ (version "0.12.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "askama_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "10qxszzrwbabpd3jh6lvk3q1a81ryfba8bh75jb18irwn5n8vzhr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-askama-parser" ,rust-askama-parser-0.2)
+ ("rust-basic-toml" ,rust-basic-toml-0.1)
+ ("rust-mime" ,rust-mime-0.3)
+ ("rust-mime-guess" ,rust-mime-guess-2)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://github.com/djc/askama")
+ (synopsis "Procedural macro package for Askama")
+ (description
+ "This package provide the procedural macro package for Askama.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-askama-derive-0.11
(package
(inherit rust-askama-derive-0.12)
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.