guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: mailutils: Update to 3.7.


From: guix-commits
Subject: 04/05: gnu: mailutils: Update to 3.7.
Date: Sat, 12 Oct 2019 10:43:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c6a99354f3b61f8ebf88e04962daede883f1091c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 12 16:04:30 2019 +0200

    gnu: mailutils: Update to 3.7.
    
    * gnu/packages/mail.scm (mailutils): Update to 3.7.
---
 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 f937f50..a994e4d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -140,14 +140,14 @@
 (define-public mailutils
   (package
     (name "mailutils")
-    (version "3.6")
+    (version "3.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/mailutils/mailutils-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "07phzpwrnkdclx6jvirljk9zcavl8wh02kpx3mfba9msr99kpqj6"))))
+               "1gwajsl39f1dkzrjld0dm9px8hrj7l7rwzazz00h5rwghk9mhwhq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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