guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: claws-mail: Update to 3.13.1.


From: Efraim Flashner
Subject: 01/02: gnu: claws-mail: Update to 3.13.1.
Date: Mon, 21 Dec 2015 07:36:48 +0000

efraim pushed a commit to branch master
in repository guix.

commit ec92806ae54ea0f7525d7be1b9c8408c4dc0de67
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 21 09:17:47 2015 +0200

    gnu: claws-mail: Update to 3.13.1.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.13.1.
---
 gnu/packages/mail.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7b85c9d..cf5b84a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -518,14 +518,15 @@ MailCore 2.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.13.0")
+    (version "3.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "http://www.claws-mail.org/releases/"; name "-" version
                     ".tar.xz"))
               (sha256
-               (base32 
"0fpr9gdgrs5yggm61a6135ca06x0cflddsh8dwfqmpb3dj07cl1n"))))
+               (base32
+                "049av7r0xhjjjm1p93l2ns3xisvn125v3ncqar23cqjzgcichg5d"))))
     (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]