mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-mailparse-0.13: Update to 0.13.8.
* gnu/pakcages/crates-io.scm (rust-mailparse-0.13): Update to 0.13.8. [arguments]: Don't skip the build. Add cargo-test-flags. [cargo-inputs]: Add rust-data-encoding-2. Remove rust-base64-0.13. [cargo-development-inputs]: Add rust-ouroboros-0.14. Change-Id: Iaeb52d8c19254dbcb8908fa4a4c92eceb22b396e
This commit is contained in:
parent
fb9d37318f
commit
34289095c9
1 changed files with 9 additions and 6 deletions
|
@ -41791,20 +41791,23 @@ (define-public rust-mailparse-0.13
|
|||
(package
|
||||
(inherit rust-mailparse-0.14)
|
||||
(name "rust-mailparse")
|
||||
(version "0.13.5")
|
||||
(version "0.13.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "mailparse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qacyzfl3wsl745b92w9gj0mjg43rcwg99l96rmg8l1sq5pm4vy0"))))
|
||||
"0cka4vpk7dpyx22l3csff8c82wkwkz2py9wrjms5fmc3a257dblc"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=parse_mail")
|
||||
#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.13)
|
||||
("rust-charset" ,rust-charset-0.1)
|
||||
("rust-quoted-printable" ,rust-quoted-printable-0.4))))))
|
||||
(("rust-charset" ,rust-charset-0.1)
|
||||
("rust-data-encoding" ,rust-data-encoding-2)
|
||||
("rust-quoted-printable" ,rust-quoted-printable-0.4))
|
||||
#:cargo-development-inputs (("rust-ouroboros" ,rust-ouroboros-0.14))))))
|
||||
|
||||
(define-public rust-malloc-buf-1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue