guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: mailutils: Update to 3.17.


From: guix-commits
Subject: 04/04: gnu: mailutils: Update to 3.17.
Date: Wed, 14 Feb 2024 08:22:43 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 8d4c3032416c69f883d074f4f6d7bcc9741be75c
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Feb 2 22:34:20 2024 -0800

    gnu: mailutils: Update to 3.17.
    
    * gnu/packages/mail.scm (mailutils): Update to 3.17.
    
    Change-Id: I337e561f11185470e1cf43ddf9f9c25d64a0084a
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 b6f167715c..9946438438 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -281,14 +281,14 @@ example, modify the message headers or body, or encrypt 
or sign the message.")
 (define-public mailutils
   (package
     (name "mailutils")
-    (version "3.16")
+    (version "3.17")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/mailutils/mailutils-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1h02l0zilxsak1sxpm15vhfaahd8rwvcksc88cc7c0wc626ia784"))
+               "1sc45gpvnrcf7b627n8cxsp379kk2s3x68c2z19gwrkmqg7bljgs"))
              (patches
               (search-patches "mailutils-variable-lookup.patch"))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]