guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: claws-mail: Update to 3.17.1.


From: Tobias Geerinckx-Rice
Subject: 03/07: gnu: claws-mail: Update to 3.17.1.
Date: Tue, 28 Aug 2018 16:48:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7bbdd943e77b68d64bcdfa1693e293e31676cfc3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 28 19:53:55 2018 +0200

    gnu: claws-mail: Update to 3.17.1.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.17.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 fc84364..1f7e971 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1011,7 +1011,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.0")
+    (version "3.17.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1019,7 +1019,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "119y6q9p8zwm2xqlbkgqd119a529kjqlyldmb4h940z6c2qyjhqm"))))
+                "1wknxbwyzm5xjh3cqmddcxmvp1rkp301qga5n5rgfi7vcd0myyvm"))))
     (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]