guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: claws-mail: Update to 3.16.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: claws-mail: Update to 3.16.0.
Date: Mon, 18 Dec 2017 09:19:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit af8c547d335f30548e6ffd22ff307f39841125b2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 18 15:12:59 2017 +0100

    gnu: claws-mail: Update to 3.16.0.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.16.0.
---
 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 31ff6d6..0423dd7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -943,7 +943,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.15.1")
+    (version "3.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -951,7 +951,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "0hlm2jipyr4z6izlrpvabpz4ivh49i13avnm848kr1nv68pkq2cd"))))
+                "1awpr3s7n8bq8p3w10a4j6lg5bizjxyiqp4rqzc2j8cn7lyi64n2"))))
     (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]