gnu: claws-mail: Update to 3.17.4.

* gnu/packages/mail.scm (claws-mail): Update to 3.17.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 00:12:49 +01:00
parent b9ace94e6b
commit 01a0b1417e
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1093,7 +1093,7 @@ (define-public compface
(define-public claws-mail
(package
(name "claws-mail")
(version "3.17.3")
(version "3.17.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -1101,7 +1101,7 @@ (define-public claws-mail
".tar.xz"))
(sha256
(base32
"1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh"))))
"00mfhaac16sv67rwiq98hr4nl5zmd1h2afswwwksdcsi3q9x23jr"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("bogofilter" ,bogofilter)