gnu: mailutils: Update to 3.18.

* gnu/packages/mail.scm (mailutils): Update to 3.18.

Change-Id: I94cec0e8d033ef2b6cc30b6574d26becfe4005aa
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2025-02-05 23:42:17 -08:00 committed by 宋文武
parent 4412a245cc
commit 9857d48c20
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -288,14 +288,14 @@ example, modify the message headers or body, or encrypt or sign the message.")
(define-public mailutils
(package
(name "mailutils")
(version "3.17")
(version "3.18")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mailutils/mailutils-"
version ".tar.xz"))
(sha256
(base32
"1sc45gpvnrcf7b627n8cxsp379kk2s3x68c2z19gwrkmqg7bljgs"))
"0xqm2cd263zym1zn3rfp0lfjz9mpkffi6v4hi9942q2iv344k42m"))
(patches
(search-patches "mailutils-variable-lookup.patch"))))
(build-system gnu-build-system)