mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-xapian: Update to 0.1.0.
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.1.0.
This commit is contained in:
parent
0e64f12db5
commit
d10e7a348c
1 changed files with 30 additions and 32 deletions
|
@ -3180,21 +3180,19 @@ (define-public guile-lens
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public guile-xapian
|
||||
(let ((commit "ede26b808188eb4d14c6b4181c933dfc09c0a22e")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "guile-xapian")
|
||||
(version (git-version "0" revision commit))
|
||||
(version "0.1.0")
|
||||
(home-page "https://git.systemreboot.net/guile-xapian")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page)
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07a9fmqi3pm6mbbpzi01mjwrqwnljs2rnc3603sq49dz4lf663gb"))))
|
||||
"16k61f1jn3g48jaf3730b9l0izr5j933jzyri73nmcnjd09gm35i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
||||
|
@ -3215,7 +3213,7 @@ (define-public guile-xapian
|
|||
developers to easily add advanced indexing and search facilities to their own
|
||||
applications. It has built-in support for several families of weighting
|
||||
models and also supports a rich set of boolean query operators.")
|
||||
(license license:gpl2+))))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public guile3.0-xapian
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue