me
/
guix
Archived
1
0
Fork 0

gnu: claws-mail: Update to 3.17.3.

* gnu/packages/mail.scm (claws-mail): Update to 3.17.3.
master
Tobias Geerinckx-Rice 2018-12-23 17:51:41 +01:00
parent ca6f5ab817
commit 23ae876b91
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1007,7 +1007,7 @@ compresses it.")
(define-public claws-mail (define-public claws-mail
(package (package
(name "claws-mail") (name "claws-mail")
(version "3.17.1") (version "3.17.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1015,7 +1015,7 @@ compresses it.")
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1wknxbwyzm5xjh3cqmddcxmvp1rkp301qga5n5rgfi7vcd0myyvm")))) "1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh"))))
(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)