me
/
guix
Archived
1
0
Fork 0

gnu: xapian: Update to 1.2.18.

* gnu/packages/search.scm (xapian): Update to 1.2.18.
master
Mark H Weaver 2014-08-06 12:41:54 -04:00
parent 1f2b8c886b
commit 352b3bb6e3
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@
(define-public xapian
(package
(name "xapian")
(version "1.2.17")
(version "1.2.18")
(source (origin
(method url-fetch)
(uri (string-append "http://oligarchy.co.uk/xapian/" version
"/xapian-core-" version ".tar.xz"))
(sha256
(base32 "1pn65h06c23imck2pb42zhrrngch3clk39wl2bjwyqhfyfq4b7g7"))))
(base32 "16i063xzwxdrqy32vlr292lljb65hkg3xx0i2m0qx2v00pcn4b3n"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)
("util-linux" ,util-linux)))