gnu: claws-mail: Update to 3.17.7.

* gnu/packages/mail.scm (claws-mail): Update to 3.17.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-29 22:02:07 +02:00
parent c11c19bd4d
commit c99845c0d8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1316,7 +1316,7 @@ (define-public compface
(define-public claws-mail (define-public claws-mail
(package (package
(name "claws-mail") (name "claws-mail")
(version "3.17.6") (version "3.17.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1324,7 +1324,7 @@ (define-public claws-mail
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1s05qw0r0gqwvvkxvrrwbjkbi61dvilixiwrpgcq21qc9csc9r0m")))) "1j6x09621wng0lavh53nwzh9vqjzpspl8kh5azh7kbihpi4ldfb0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("bogofilter" ,bogofilter) (inputs `(("bogofilter" ,bogofilter)