[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: claws-mail: Update to 3.17.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: claws-mail: Update to 3.17.8. |
Date: |
Mon, 19 Oct 2020 12:13:57 -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 fc316a5 gnu: claws-mail: Update to 3.17.8.
fc316a5 is described below
commit fc316a585e7592901d1968e25e863997939958d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 19 18:05:37 2020 +0200
gnu: claws-mail: Update to 3.17.8.
* gnu/packages/mail.scm (claws-mail): Update to 3.17.8.
---
gnu/packages/mail.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5056098..d611fd5 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1320,16 +1320,15 @@ compresses it.")
(define-public claws-mail
(package
(name "claws-mail")
- (version "3.17.7")
+ (version "3.17.8")
(source
(origin
(method url-fetch)
(uri
- (string-append
- "https://www.claws-mail.org/releases/claws-mail-"
- version ".tar.xz"))
+ (string-append "https://www.claws-mail.org/releases/claws-mail-"
+ version ".tar.xz"))
(sha256
- (base32 "1j6x09621wng0lavh53nwzh9vqjzpspl8kh5azh7kbihpi4ldfb0"))))
+ (base32 "1byxmz68lnm2m8q1gnp0lpr3qp7dcwabrw5iqflz9mlm960v5dyd"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: claws-mail: Update to 3.17.8.,
guix-commits <=