3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mailutils: Update to 3.15.

* gnu/packages/mail.scm (mailutils): Update to 3.15.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-15 02:00:01 +02:00
parent 217ac6440a
commit 4771e67c04
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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