mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: rust-html-escape-0.2: Update to 0.2.13.
* gnu/packages/crates-io.scm (rust-html-escape-0.2): Update to 0.2.13.
This commit is contained in:
parent
805b1fbfd3
commit
f4e1cd5af5
1 changed files with 2 additions and 2 deletions
|
@ -28536,14 +28536,14 @@ (define-public rust-htmlescape-0.3
|
|||
(define-public rust-html-escape-0.2
|
||||
(package
|
||||
(name "rust-html-escape")
|
||||
(version "0.2.12")
|
||||
(version "0.2.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "html-escape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01f2v3c6j2rk5h2lhdbh62j07cm1fvzqw4vplj2sms83jpx5qc8m"))))
|
||||
"0xml3hswv0205fbm5iq7dqiwjkr6d245xkfppwi7wqjdfr4x86kd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue