Skip to content
Snippets Groups Projects
Unverified Commit b56d9ce3 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: xapian: Update to 1.4.1.

* gnu/packages/search.scm (xapian): Update to 1.4.1.
parent 6846f084
No related branches found
No related tags found
No related merge requests found
......@@ -35,13 +35,13 @@ (define-module (gnu packages search)
(define-public xapian
(package
(name "xapian")
(version "1.4.0")
(version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://oligarchy.co.uk/xapian/" version
"/xapian-core-" version ".tar.xz"))
(sha256
(base32 "0xv4da5rmqqzkkkzx2v3jwh5hz5zxhd2b7m8x30fk99a25blyn0h"))))
(base32 "1svhrs5zl7cyv9kqh70k02zc3cmpcpn6nvgdkv0pl1iwwx6m7wn5"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)
("util-linux" ,util-linux)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment