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

jgart pushed a commit to branch master
in repository guix.

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

commit b61493721a20d128b399a21af6d1b22c227d0fb2
Author: kiasoc5 <[email protected]>
AuthorDate: Mon Jul 1 00:39:15 2024 -0400

    gnu: claws-mail: Update to 4.3.0.
    
    * gnu/packages/mail.scm (claws-mail): Update to 4.3.0.
    
    Change-Id: I19ee398cb595e77493c9ad79d9ae482950ffb459
    Signed-off-by: jgart <[email protected]>
---
 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 de6d21e7cc..6aacdcb73c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1823,7 +1823,7 @@ compresses it.")
 (define-public claws-mail
   (package
     (name "claws-mail")
-    (version "4.1.1")
+    (version "4.3.0")
     (source
      (origin
        (method url-fetch)
@@ -1831,7 +1831,7 @@ compresses it.")
         (string-append "https://www.claws-mail.org/releases/claws-mail-";
                        version ".tar.xz"))
        (sha256
-        (base32 "0i037bskrnmsmylhmqayjg0pmsr0m2zx8xhbxc6mwvw9q40fg2di"))))
+        (base32 "1q8wb2fh5fmbbyrvzdwkhxkzdbsvyk5w783z8qlg05mris41vp4m"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags

Reply via email to