Skip to content
Snippets Groups Projects
Commit b2a22244 authored by Paul van der Walt's avatar Paul van der Walt
Browse files

gnu: xapian: Update to 1.2.21.

* gnu/packages/search.scm (xapian): Update to 1.2.21.
parent 730bf808
No related branches found
No related tags found
No related merge requests found
...@@ -32,13 +32,13 @@ (define-module (gnu packages search) ...@@ -32,13 +32,13 @@ (define-module (gnu packages search)
(define-public xapian (define-public xapian
(package (package
(name "xapian") (name "xapian")
(version "1.2.18") (version "1.2.21")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://oligarchy.co.uk/xapian/" version (uri (string-append "http://oligarchy.co.uk/xapian/" version
"/xapian-core-" version ".tar.xz")) "/xapian-core-" version ".tar.xz"))
(sha256 (sha256
(base32 "16i063xzwxdrqy32vlr292lljb65hkg3xx0i2m0qx2v00pcn4b3n")))) (base32 "0grd2s6gf8yzqwdaa50g57j9d81mxkrrpkyldm2shgyizdc8gx33"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("zlib" ,zlib) (inputs `(("zlib" ,zlib)
("util-linux" ,util-linux))) ("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