[PATCH] gnu: claws-mail: Update to 4.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 8 months ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
b60046a1c69420de47a9951b62a1a9503a775c37.1719808754.git.kiasoc5@disroot.org
* gnu/packages/mail.scm (claws-mail): Update to 4.3.0.

Change-Id: I19ee398cb595e77493c9ad79d9ae482950ffb459
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public compface
(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 @@ (define-public claws-mail
(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

base-commit: 1a7228b151240de1373bf1c3248bb0277aef0a3e
--
2.45.2
jgart wrote 8 months ago
(address . 71868-done@debbugs.gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
87v81pmzh8.fsf@dismail.de
Hi,

Thanks for the patch. Applied.
--
Best regards,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71868@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71868
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help