gnu: rust-askama-escape: Update to 0.10.3.
* gnu/packages/crates-io.scm (rust-askama-escape): Update to 0.10.3. [synopsis]: Remove marketing. [description]: Fix typo & improve. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
e612aecc62
commit
9ad73cbc6e
1 changed files with 7 additions and 10 deletions
|
|
@ -3536,24 +3536,21 @@ the web.")
|
||||||
(define-public rust-askama-escape-0.10
|
(define-public rust-askama-escape-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-askama-escape")
|
(name "rust-askama-escape")
|
||||||
(version "0.10.1")
|
(version "0.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "askama_escape" version))
|
(uri (crate-uri "askama_escape" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0hg3rz0cma5f6385z7qmqw3jbir76jndwd5s7dqfk92v9gil75v1"))))
|
||||||
"1ys6wcrkpzygk6r93zd0rhinhy89rraarl0m4afwi023m70hihch"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
(arguments (list #:skip-build? #t))
|
||||||
(home-page "https://github.com/djc/askama")
|
(home-page "https://github.com/djc/askama")
|
||||||
(synopsis
|
(synopsis "HTML escaping extracted from Askama")
|
||||||
"Optimized HTML escaping code, extracted from Askama")
|
|
||||||
(description
|
(description
|
||||||
"This package provides a optimized HTML escaping code, extracted from
|
"This package provides an optimized HTML escaping library,
|
||||||
Askama.")
|
extracted from Askama.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-askama-shared-0.11
|
(define-public rust-askama-shared-0.11
|
||||||
|
|
|
||||||
Reference in a new issue