guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: claws-mail: Update to 3.17.6.


From: guix-commits
Subject: branch master updated: gnu: claws-mail: Update to 3.17.6.
Date: Mon, 13 Jul 2020 13:42:12 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b418a0b  gnu: claws-mail: Update to 3.17.6.
b418a0b is described below

commit b418a0b07bf26cddf7b43ada5c8977f43cfadca0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 13 19:29:53 2020 +0200

    gnu: claws-mail: Update to 3.17.6.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.17.6.
---
 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 326173c..b4af56d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1186,7 +1186,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.5")
+    (version "3.17.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1194,7 +1194,7 @@ compresses it.")
                     ".tar.xz"))
               (sha256
                (base32
-                "1gjrmdmhc7zzilrlss9yl86ybv9sra8v0qi7mkwv7d9azidx5kns"))))
+                "1s05qw0r0gqwvvkxvrrwbjkbi61dvilixiwrpgcq21qc9csc9r0m"))))
     (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]