mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-mailparse-0.14: Update to 0.14.1.
* gnu/packages/crates-io.scm (rust-mailparse-0.14): Update to 0.14.1. [arguments]: Don't skip the tests. [cargo-inputs]: Replace rust-quoted-printable-0.4 with 0.5. [cargo-development-inputs]: Replace rust-ouroboros-0.14 with 0.17. Change-Id: Ic8f2b4fd20a95f49d9305a318541bd2bd8d7c94e
This commit is contained in:
parent
d7e8df5203
commit
fb9d37318f
1 changed files with 5 additions and 6 deletions
|
@ -41766,22 +41766,21 @@ (define-public rust-maildir-0.5
|
||||||
(define-public rust-mailparse-0.14
|
(define-public rust-mailparse-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-mailparse")
|
(name "rust-mailparse")
|
||||||
(version "0.14.0")
|
(version "0.14.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "mailparse" version))
|
(uri (crate-uri "mailparse" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1al0yb9wgy26ihd0gm4x1dk9rsv23wrmp2qw1lk4f04cbw7mfmkb"))))
|
"0mwpkxi41ak8pabknmvj49dpsbs0q6w7w12f0lp49avcjaa6a29d"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Doc tests fail.
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-charset" ,rust-charset-0.1)
|
(("rust-charset" ,rust-charset-0.1)
|
||||||
("rust-data-encoding" ,rust-data-encoding-2)
|
("rust-data-encoding" ,rust-data-encoding-2)
|
||||||
("rust-quoted-printable" ,rust-quoted-printable-0.4))
|
("rust-quoted-printable" ,rust-quoted-printable-0.5))
|
||||||
#:cargo-development-inputs (("rust-ouroboros" ,rust-ouroboros-0.14))))
|
#:cargo-development-inputs (("rust-ouroboros" ,rust-ouroboros-0.17))))
|
||||||
(home-page "https://github.com/staktrace/mailparse/blob/master/README.md")
|
(home-page "https://github.com/staktrace/mailparse/blob/master/README.md")
|
||||||
(synopsis "Simple parser for MIME e-mail messages")
|
(synopsis "Simple parser for MIME e-mail messages")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue