mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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:
parent
190db4d5c5
commit
fc1bbcf7bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue