guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: claws-mail: Update to 3.18.0.


From: guix-commits
Subject: 02/03: gnu: claws-mail: Update to 3.18.0.
Date: Tue, 13 Jul 2021 14:19:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b58d9be08e06b565159cc508c35d68268b92c2d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 13 04:10:04 2021 +0200

    gnu: claws-mail: Update to 3.18.0.
    
    * gnu/packages/mail.scm (claws-mail): Update to 3.18.0.
---
 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 74e3bda..3f4c858 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1602,7 +1602,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "3.17.8")
+    (version "3.18.0")
     (source
      (origin
        (method url-fetch)
@@ -1610,7 +1610,7 @@ compresses it.")
         (string-append "https://www.claws-mail.org/releases/claws-mail-";
                        version ".tar.xz"))
        (sha256
-        (base32 "1byxmz68lnm2m8q1gnp0lpr3qp7dcwabrw5iqflz9mlm960v5dyd"))))
+        (base32 "1fz6xh4va90w69a0b457cy9khcm92vsmi75p9vabpcsbdgk1jn6b"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]