diff options
| author | Marius Bakke <marius.andre.bakke@gmail.com> | 2026-07-20 22:25:37 +0200 |
|---|---|---|
| committer | Noé Lopez <noelopez@free.fr> | 2026-08-19 19:24:26 +0200 |
| commit | bb89b45ce7a7a2e872fdb56b8967fb38cd2ff0f8 (patch) | |
| tree | cab3e6b38f66eaa51777c960a3bec2c0b1e3f299 /gnu/packages | |
| parent | 1ef47f41006334dfc3434eccb5dd9c7f02ab7039 (diff) | |
gnu: perl-search-xapian: Update to 1.2.25.7.
* gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.7.
[description]: Note that the library has been obsoleted.
Change-Id: I652dce02e7af05598bcd624f9fbd36c6b9fb4565
Signed-off-by: Noé Lopez <noelopez@free.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/search.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 231dcc0007f..a8daf853217 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm | |||
| @@ -188,17 +188,19 @@ a CGI web search frontend.") | |||
| 188 | (synopsis "Python bindings for the Xapian search engine library") | 188 | (synopsis "Python bindings for the Xapian search engine library") |
| 189 | (license license:gpl2+))) | 189 | (license license:gpl2+))) |
| 190 | 190 | ||
| 191 | ;; Note: This package is obsolete, and won't work with Xapian 2.0. | ||
| 192 | ;; Users are encouraged to migrate to perl-xapian instead. | ||
| 191 | (define-public perl-search-xapian | 193 | (define-public perl-search-xapian |
| 192 | (package | 194 | (package |
| 193 | (name "perl-search-xapian") | 195 | (name "perl-search-xapian") |
| 194 | (version "1.2.25.5") | 196 | (version "1.2.25.7") |
| 195 | (source | 197 | (source |
| 196 | (origin | 198 | (origin |
| 197 | (method url-fetch) | 199 | (method url-fetch) |
| 198 | (uri (string-append "mirror://cpan/authors/id/O/OL/OLLY/" | 200 | (uri (string-append "mirror://cpan/authors/id/O/OL/OLLY/" |
| 199 | "Search-Xapian-" version ".tar.gz")) | 201 | "Search-Xapian-" version ".tar.gz")) |
| 200 | (sha256 | 202 | (sha256 |
| 201 | (base32 "12xs22li1z10rccpxbb4zflkkdh7q37z9hb8nvx1ywfn2b3vskr0")))) | 203 | (base32 "02cxv5s3651hxb37c6gzi79216sm0vy1vbq739zfrsm9223i76w4")))) |
| 202 | (build-system perl-build-system) | 204 | (build-system perl-build-system) |
| 203 | (native-inputs | 205 | (native-inputs |
| 204 | (list perl-devel-leak)) | 206 | (list perl-devel-leak)) |
| @@ -209,7 +211,9 @@ a CGI web search frontend.") | |||
| 209 | (description | 211 | (description |
| 210 | "Search::Xapian wraps most methods of most Xapian classes. The missing | 212 | "Search::Xapian wraps most methods of most Xapian classes. The missing |
| 211 | classes and methods should be added in the future. It also provides a | 213 | classes and methods should be added in the future. It also provides a |
| 212 | simplified, more 'perlish' interface to some common operations.") | 214 | simplified, more 'perlish' interface to some common operations. |
| 215 | |||
| 216 | Note: This package is obsolete. Please migrate to perl-xapian instead.") | ||
| 213 | (license license:perl-license))) | 217 | (license license:perl-license))) |
| 214 | 218 | ||
| 215 | (define-public libtocc | 219 | (define-public libtocc |
