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:
Efraim Flashner 2023-05-22 16:58:43 +03:00
parent 805b1fbfd3
commit f4e1cd5af5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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