guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: claws-mail: Update to 3.17.7.


From: guix-commits
Subject: branch master updated: gnu: claws-mail: Update to 3.17.7.
Date: Tue, 29 Sep 2020 16:08:45 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c99845c  gnu: claws-mail: Update to 3.17.7.
c99845c is described below

commit c99845c0d81f1503db1c6ca732f659a61e4da0d4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 29 22:02:07 2020 +0200

    gnu: claws-mail: Update to 3.17.7.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.17.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 70e2fcd..b726724 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1316,7 +1316,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.6")
+    (version "3.17.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1324,7 +1324,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "1s05qw0r0gqwvvkxvrrwbjkbi61dvilixiwrpgcq21qc9csc9r0m"))))
+                "1j6x09621wng0lavh53nwzh9vqjzpspl8kh5azh7kbihpi4ldfb0"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("bogofilter" ,bogofilter)



reply via email to

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