[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: claws-mail: Update to 3.14.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: gnu: claws-mail: Update to 3.14.1. |
Date: |
Thu, 10 Nov 2016 14:06:47 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit f34284abcb7b085542c24ba3da71c5d6a456ae4c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Nov 9 22:30:01 2016 +0100
gnu: claws-mail: Update to 3.14.1.
* gnu/packages/mail.scm (claws-mail): Update to 3.14.1.
---
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 1408e2e..0e09c5c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -727,7 +727,7 @@ MailCore 2.")
(define-public claws-mail
(package
(name "claws-mail")
- (version "3.14.0")
+ (version "3.14.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -735,7 +735,7 @@ MailCore 2.")
".tar.xz"))
(sha256
(base32
- "0nfchgga3ir91s8rky0a0vnz8cgj2f6h716wh3cmb466a01xfss6"))))
+ "0df34gj4r5cbb92834hph19gnh7ih9rgmmw47rliyg8b9z01v6mp"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("bogofilter" ,bogofilter)