mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xapian, python-xapian-bindings: Update to 1.4.18.
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.18.
This commit is contained in:
parent
ca16ca5428
commit
cbc2c28ad4
1 changed files with 3 additions and 3 deletions
|
@ -49,14 +49,14 @@ (define-module (gnu packages search)
|
|||
(define-public xapian
|
||||
(package
|
||||
(name "xapian")
|
||||
(version "1.4.17")
|
||||
(version "1.4.18")
|
||||
;; 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 "0bjpaavdckl4viznr8gbq476fvg648sj4rks2vacmc51vrb8bsxm"))))
|
||||
(base32 "0xsb4ihf3p767f0zx9p4janwni6r9sg5j6lry0002i8hmnsdnv8r"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("zlib" ,zlib)
|
||||
("util-linux" ,util-linux "lib")))
|
||||
|
@ -94,7 +94,7 @@ (define-public python-xapian-bindings
|
|||
"/xapian-bindings-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lzb739hjfy9ih2c0ircra50h4jr48wxq1fal7sai963w28mv9j8"))))
|
||||
"13ziql8027glgihgvnbsa75vkcn82g83mbihj60zf0njj170clpy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-python3")
|
||||
|
|
Loading…
Reference in a new issue