me
/
guix
Archived
1
0
Fork 0

gnu: mailutils: Update to 3.16

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2023-06-10 01:11:56 -07:00 committed by Christopher Baines
parent 94020f90f9
commit 86d7c5730c
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

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