gnu: claws-mail: Update to 3.13.1.

* gnu/packages/mail.scm (claws-mail): Update to 3.13.1.
This commit is contained in:
Efraim Flashner 2015-12-21 09:17:47 +02:00
parent 56918e26cf
commit ec92806ae5
1 changed files with 3 additions and 2 deletions

View File

@ -518,14 +518,15 @@ MailCore 2.")
(define-public claws-mail (define-public claws-mail
(package (package
(name "claws-mail") (name "claws-mail")
(version "3.13.0") (version "3.13.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://www.claws-mail.org/releases/" name "-" version "http://www.claws-mail.org/releases/" name "-" version
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 "0fpr9gdgrs5yggm61a6135ca06x0cflddsh8dwfqmpb3dj07cl1n")))) (base32
"049av7r0xhjjjm1p93l2ns3xisvn125v3ncqar23cqjzgcichg5d"))))
(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)