gnu: mailutils: Update to 3.19.

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

Change-Id: I2055da70f5ceeec487e1aac874a24af2e91c6663
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2025-03-22 20:12:55 -07:00 committed by Christopher Baines
parent 190db4d5c5
commit fc1bbcf7bd
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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