gnu: xapian: Update to 1.4.3.

* gnu/packages/search.scm (xapian): Update to 1.4.3.
This commit is contained in:
Marius Bakke 2017-02-01 12:39:43 +01:00
parent 4ae2a54df6
commit 75ba11afc2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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