3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: claws-mail: Update to 3.15.0.

* gnu/packages/mail.scm (claws-mail): Update to 3.15.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-26 16:58:13 +02:00
parent a1eba1bec1
commit 20413597b6
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -892,7 +892,7 @@ compresses it.")
(define-public claws-mail
(package
(name "claws-mail")
(version "3.14.1")
(version "3.15.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -900,7 +900,7 @@ compresses it.")
".tar.xz"))
(sha256
(base32
"0df34gj4r5cbb92834hph19gnh7ih9rgmmw47rliyg8b9z01v6mp"))))
"0bnwd3l04y6j1nw3h861rdy6k6lyjzsi51j04d33vbpq8c6jskaf"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("bogofilter" ,bogofilter)