gnu: claws-mail: Update to 3.17.0.

* gnu/packages/mail.scm (claws-mail): Update to 3.17.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-17 12:50:44 +02:00
parent ba5c926c18
commit ef51e4e2b6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1011,7 +1011,7 @@ (define-public compface
(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 @@ (define-public claws-mail
".tar.xz"))
(sha256
(base32
"1awpr3s7n8bq8p3w10a4j6lg5bizjxyiqp4rqzc2j8cn7lyi64n2"))))
"119y6q9p8zwm2xqlbkgqd119a529kjqlyldmb4h940z6c2qyjhqm"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("bogofilter" ,bogofilter)