mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add rust-askama-escape-0.10.
* gnu/packages/crates-io.scm (rust-askama-escape-0.10): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
0413240e3d
commit
a721db8e3b
1 changed files with 23 additions and 0 deletions
|
@ -2194,6 +2194,29 @@ (define-public rust-arrayvec-0.4
|
|||
("rust-matches" ,rust-matches-0.1)
|
||||
("rust-serde-test" ,rust-serde-test-1))))))
|
||||
|
||||
(define-public rust-askama-escape-0.10
|
||||
(package
|
||||
(name "rust-askama-escape")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "askama_escape" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ys6wcrkpzygk6r93zd0rhinhy89rraarl0m4afwi023m70hihch"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/djc/askama")
|
||||
(synopsis
|
||||
"Optimized HTML escaping code, extracted from Askama")
|
||||
(description
|
||||
"This package provides a optimized HTML escaping code, extracted from
|
||||
Askama.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-as-slice-0.1
|
||||
(package
|
||||
(name "rust-as-slice")
|
||||
|
|
Loading…
Reference in a new issue