guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: claws-mail: Update to 3.17.3.


From: guix-commits
Subject: 04/04: gnu: claws-mail: Update to 3.17.3.
Date: Sun, 23 Dec 2018 11:58:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 23ae876b91836fab51d3abf4095bc0d5e7f11bb9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 17:51:41 2018 +0100

    gnu: claws-mail: Update to 3.17.3.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.17.3.
---
 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 c89fa3d..21ea7dc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1007,7 +1007,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.1")
+    (version "3.17.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1015,7 +1015,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "1wknxbwyzm5xjh3cqmddcxmvp1rkp301qga5n5rgfi7vcd0myyvm"))))
+                "1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh"))))
     (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]