gnu: xapian: Update to 1.4.2.

* gnu/packages/search.scm (xapian): Update to 1.4.2.
This commit is contained in:
Marius Bakke 2017-01-10 23:27:46 +01:00
parent 3c0f7910e4
commit 0d11a69f30
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -35,13 +35,13 @@ (define-module (gnu packages search)
(define-public xapian
(package
(name "xapian")
(version "1.4.1")
(version "1.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://oligarchy.co.uk/xapian/" version
"/xapian-core-" version ".tar.xz"))
(sha256
(base32 "1svhrs5zl7cyv9kqh70k02zc3cmpcpn6nvgdkv0pl1iwwx6m7wn5"))))
(base32 "1kp18r97qm2zky9z6ym8csjg1kj81zvqn88n4cppl4lq54sw9hmf"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)
("util-linux" ,util-linux)))