nckx pushed a commit to branch master
in repository guix.

commit 97e596e4f6333da5ac38021083eedf3894339a77
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Jan 11 20:51:19 2022 +0000

    gnu: mailutils: Update to 3.14.
    
    * gnu/packages/mail.scm (mailutils): Update to 3.14.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a9366b3a56..f854080e9e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -262,14 +262,14 @@ example, modify the message headers or body, or encrypt 
or sign the message.")
 (define-public mailutils
   (package
     (name "mailutils")
-    (version "3.13")
+    (version "3.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/mailutils/mailutils-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1iwl82d6aa2acsdxbqh1s5xx44sg83b4yxqik408m1s9rcfrf86r"))
+               "0fbi2b144mgblq9qhdyhj9855mbglzr8fr23rnps8icbxa7v7if0"))
              (patches
               (search-patches "mailutils-variable-lookup.patch"))))
     (build-system gnu-build-system)

Reply via email to