3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xapian: Update to 1.4.14.

* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.14.
This commit is contained in:
Marius Bakke 2019-11-27 23:07:14 +01:00
parent 60392114ae
commit 7b5a120730
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -49,14 +49,14 @@
(define-public xapian
(package
(name "xapian")
(version "1.4.13")
(version "1.4.14")
;; Note: When updating Xapian, remember to update xapian-bindings below.
(source (origin
(method url-fetch)
(uri (string-append "https://oligarchy.co.uk/xapian/" version
"/xapian-core-" version ".tar.xz"))
(sha256
(base32 "0z0k8902bz2ckdggikj5yz11ik2n8krmdwzvpqv60phcm3zzzy4k"))))
(base32 "0ja95vn0lkf6qkjhg2blkx306i10hg4fr8wlrhalmly93307lnlp"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)
("util-linux" ,util-linux)))
@ -94,7 +94,7 @@ rich set of boolean query operators.")
"/xapian-bindings-" version ".tar.xz"))
(sha256
(base32
"14jqm8mi55z4jxyi9qnnxdljli81zknsp2ja2yjx17hm28kmsnks"))))
"0qb17cw8n0g5gcg8dq5b3hs6i16w74rgxcryd0ja9n2h0rlda2an"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-python3")