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:
parent
217ac6440a
commit
4771e67c04
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue