me
/
guix
Archived
1
0
Fork 0

gnu: xapian: Update to 1.4.5.

* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.5.
master
Marius Bakke 2017-12-10 15:48:24 +01:00
parent 316fd29f9b
commit 73b3eaf047
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -38,13 +38,14 @@
(define-public xapian
(package
(name "xapian")
(version "1.4.4")
(version "1.4.5")
;; 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 "1n9j2w2as0flih3hgim7gprfxsx6gimijs91rxsjsi8shjlqbad6"))))
(base32 "0axhqrj202hbll9mcx1qdm8gsqj19216w3z02gyjbycxvr9gkdc5"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)
("util-linux" ,util-linux)))
@ -82,7 +83,7 @@ rich set of boolean query operators.")
"/xapian-bindings-" version ".tar.xz"))
(sha256
(base32
"0fca9nsf7pj3fq991xcm5iainz3s8yqik4ycvavm09y486n3wciv"))))
"0cwx39764w24xd25w271had4w78lnw1dgz36yvlw1g3i19rqcy34"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-python3")