mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-askama-0.11: Order alphabetically.
* gnu/packages/crates-io.scm (rust-askama-0.11): Order. Change-Id: Ib05c4f3649ade36634c0b5efc09bb4f39325cc57 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a12a10eb0a
commit
6b52fcbff6
1 changed files with 19 additions and 19 deletions
|
@ -4420,25 +4420,6 @@ (define-public rust-askama-0.12
|
|||
library for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-askama-0.11
|
||||
(package
|
||||
(inherit rust-askama-0.12)
|
||||
(name "rust-askama")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "askama" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f81mzccdadryzaf2dbad1araq4nadp9mssyvdvv31hj6w7z367v"))))
|
||||
(arguments
|
||||
(list #:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(("rust-askama-derive" ,rust-askama-derive-0.11)
|
||||
("rust-askama-escape" ,rust-askama-escape-0.10)
|
||||
("rust-askama-shared" ,rust-askama-shared-0.12))))))
|
||||
|
||||
(define-public rust-as-raw-xcb-connection-1
|
||||
(package
|
||||
(name "rust-as-raw-xcb-connection")
|
||||
|
@ -4583,6 +4564,25 @@ (define-public rust-ascii-utils-0.9
|
|||
"This library provides utilities to handle ASCII characters.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-askama-0.11
|
||||
(package
|
||||
(inherit rust-askama-0.12)
|
||||
(name "rust-askama")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "askama" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f81mzccdadryzaf2dbad1araq4nadp9mssyvdvv31hj6w7z367v"))))
|
||||
(arguments
|
||||
(list #:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(("rust-askama-derive" ,rust-askama-derive-0.11)
|
||||
("rust-askama-escape" ,rust-askama-escape-0.10)
|
||||
("rust-askama-shared" ,rust-askama-shared-0.12))))))
|
||||
|
||||
(define-public rust-assert-0.7
|
||||
(package
|
||||
(name "rust-assert")
|
||||
|
|
Loading…
Reference in a new issue