gnu: mailutils: Update to 3.17.
* gnu/packages/mail.scm (mailutils): Update to 3.17. Change-Id: I337e561f11185470e1cf43ddf9f9c25d64a0084a Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
b9868463f6
commit
8d4c303241
@ -281,14 +281,14 @@ example, modify the message headers or body, or encrypt or sign the message.")
|
|||||||
(define-public mailutils
|
(define-public mailutils
|
||||||
(package
|
(package
|
||||||
(name "mailutils")
|
(name "mailutils")
|
||||||
(version "3.16")
|
(version "3.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/mailutils/mailutils-"
|
(uri (string-append "mirror://gnu/mailutils/mailutils-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h02l0zilxsak1sxpm15vhfaahd8rwvcksc88cc7c0wc626ia784"))
|
"1sc45gpvnrcf7b627n8cxsp379kk2s3x68c2z19gwrkmqg7bljgs"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "mailutils-variable-lookup.patch"))))
|
(search-patches "mailutils-variable-lookup.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user