nckx pushed a commit to branch master
in repository guix.

commit 01a0b1417e352d825c2ffa78fa3f2017c3ca2703
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sun Nov 3 00:12:49 2019 +0100

    gnu: claws-mail: Update to 3.17.4.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.17.4.
---
 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 3a9eada..bcf0ebb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1093,7 +1093,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.3")
+    (version "3.17.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1101,7 +1101,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh"))))
+                "00mfhaac16sv67rwiq98hr4nl5zmd1h2afswwwksdcsi3q9x23jr"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("bogofilter" ,bogofilter)

Reply via email to