[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: claws-mail: Update to 4.1.1.
From: |
guix-commits |
Subject: |
10/10: gnu: claws-mail: Update to 4.1.1. |
Date: |
Sat, 22 Oct 2022 08:03:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8cfcb3b04322e38cf5d1d5b692a5e156301d1119
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:03 2022 +0200
gnu: claws-mail: Update to 4.1.1.
* gnu/packages/mail.scm (claws-mail): Update to 4.1.1.
---
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 28acfadea0..824a1d668d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1692,7 +1692,7 @@ compresses it.")
(define-public claws-mail
(package
(name "claws-mail")
- (version "4.1.0")
+ (version "4.1.1")
(source
(origin
(method url-fetch)
@@ -1700,7 +1700,7 @@ compresses it.")
(string-append "https://www.claws-mail.org/releases/claws-mail-"
version ".tar.xz"))
(sha256
- (base32 "13ksh4iwr23zi86fwmiwxha94xqrr5zxq373i82rwaldvfh9q6hf"))))
+ (base32 "0i037bskrnmsmylhmqayjg0pmsr0m2zx8xhbxc6mwvw9q40fg2di"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
- branch master updated (7513cc6dd9 -> 8cfcb3b043), guix-commits, 2022/10/22
- 05/10: gnu: minixml: Use G-expressions., guix-commits, 2022/10/22
- 07/10: gnu: ptpython: Update to 3.0.20., guix-commits, 2022/10/22
- 02/10: gnu: libxp: Update to 1.0.4., guix-commits, 2022/10/22
- 01/10: gnu: bcachefs-tools: Update to 0.1-15.494421e., guix-commits, 2022/10/22
- 09/10: gnu: openssh: Update to 9.1p1., guix-commits, 2022/10/22
- 06/10: gnu: qtractor: Update to 0.9.29., guix-commits, 2022/10/22
- 04/10: gnu: minixml: Update to 3.3.1., guix-commits, 2022/10/22
- 03/10: gnu: libebml: Update to 1.4.4., guix-commits, 2022/10/22
- 08/10: gnu: binwalk: Update to 2.3.3., guix-commits, 2022/10/22
- 10/10: gnu: claws-mail: Update to 4.1.1.,
guix-commits <=