guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: claws-mail: Update to 3.17.5.


From: guix-commits
Subject: 04/14: gnu: claws-mail: Update to 3.17.5.
Date: Mon, 9 Mar 2020 11:01:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7ae397ac1441c27d9e2cfd5dec0f16dcacf5a495
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 04:31:15 2020 +0100

    gnu: claws-mail: Update to 3.17.5.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.17.5.
---
 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 7bbf00c..27f7820 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1166,7 +1166,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.4")
+    (version "3.17.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1174,7 +1174,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "00mfhaac16sv67rwiq98hr4nl5zmd1h2afswwwksdcsi3q9x23jr"))))
+                "1gjrmdmhc7zzilrlss9yl86ybv9sra8v0qi7mkwv7d9azidx5kns"))))
     (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]