diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-19 18:05:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-19 18:05:59 +0200 |
commit | fc316a585e7592901d1968e25e863997939958d8 (patch) | |
tree | 17c2c70f4b8ade67f6879147b71b18fa6d0c88ad /gnu/packages/mail.scm | |
parent | 324057e8d6a48b8eb0c179f3e976b26dcee156cb (diff) | |
download | guix-fc316a585e7592901d1968e25e863997939958d8.tar guix-fc316a585e7592901d1968e25e863997939958d8.tar.gz |
gnu: claws-mail: Update to 3.17.8.
* gnu/packages/mail.scm (claws-mail): Update to 3.17.8.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5056098806..d611fd5df2 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 |