diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 12:50:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 13:13:11 +0200 |
commit | ef51e4e2b647e8847438fb77bea068ba01f8457e (patch) | |
tree | 5358f772c6efffa2955bf6aed2f0dd239d0fcf87 /gnu | |
parent | ba5c926c187adb43e173fb3fa8ffe19d387311af (diff) | |
download | patches-ef51e4e2b647e8847438fb77bea068ba01f8457e.tar patches-ef51e4e2b647e8847438fb77bea068ba01f8457e.tar.gz |
gnu: claws-mail: Update to 3.17.0.
* gnu/packages/mail.scm (claws-mail): Update to 3.17.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ce4824ef09..d1c1c096e5 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1011,7 +1011,7 @@ compresses it.") (define-public claws-mail (package (name "claws-mail") - (version "3.16.0") + (version "3.17.0") (source (origin (method url-fetch) (uri (string-append @@ -1019,7 +1019,7 @@ compresses it.") ".tar.xz")) (sha256 (base32 - "1awpr3s7n8bq8p3w10a4j6lg5bizjxyiqp4rqzc2j8cn7lyi64n2")))) + "119y6q9p8zwm2xqlbkgqd119a529kjqlyldmb4h940z6c2qyjhqm")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("bogofilter" ,bogofilter) |