guix-commits
[Top][All Lists]
Advanced

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

12/17: gnu: mailutils: Update to 3.16


From: guix-commits
Subject: 12/17: gnu: mailutils: Update to 3.16
Date: Mon, 12 Jun 2023 14:59:50 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 86d7c5730cd63406690ae71a19930bc8c74db4be
Author: Andy Tai <atai@atai.org>
AuthorDate: Sat Jun 10 01:11:56 2023 -0700

    gnu: mailutils: Update to 3.16
    
    * gnu/packages/mail.scm (mailutils): Update to 3.16
    
    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 ee6e19fcfe..8408d27e82 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -275,14 +275,14 @@ example, modify the message headers or body, or encrypt 
or sign the message.")
 (define-public mailutils
   (package
     (name "mailutils")
-    (version "3.15")
+    (version "3.16")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/mailutils/mailutils-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1nrd9wsidxami3wa86l9z8hnnwv6rhbxdkvqg7dcgz2jqf3c5l5p"))
+               "1h02l0zilxsak1sxpm15vhfaahd8rwvcksc88cc7c0wc626ia784"))
              (patches
               (search-patches "mailutils-variable-lookup.patch"))))
     (build-system gnu-build-system)



reply via email to

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