<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/search.scm, branch sysadmin-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: recoll: Update to 1.44.1.</title>
<updated>2026-08-26T06:47:36+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-20T17:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5687b11d5f99c464919409696654762ef2f74558'/>
<id>5687b11d5f99c464919409696654762ef2f74558</id>
<content type='text'>
* gnu/packages/search.scm (recoll): Update to 1.44.1.
  [outputs]: Add python output.
  [arguments]&lt;#:configure-flags&gt;: Enable python-module.
  &lt;#:modules, #:imported-modules&gt;: Add pyproject-build-system module.
  &lt;#:phases&gt;{relocate-python}: New phase after 'install.
  [inputs]: Add jsoncpp.  [native-inputs]: Add python.

Merges: https://codeberg.org/guix/guix/pulls/10685
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (recoll): Update to 1.44.1.
  [outputs]: Add python output.
  [arguments]&lt;#:configure-flags&gt;: Enable python-module.
  &lt;#:modules, #:imported-modules&gt;: Add pyproject-build-system module.
  &lt;#:phases&gt;{relocate-python}: New phase after 'install.
  [inputs]: Add jsoncpp.  [native-inputs]: Add python.

Merges: https://codeberg.org/guix/guix/pulls/10685
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: xapian: Add release-monitoring-url.</title>
<updated>2026-08-19T17:24:50+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius.andre.bakke@gmail.com</email>
</author>
<published>2026-07-20T18:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8d0732a747b3432a82c76fa47ad7ceb5453b1435'/>
<id>8d0732a747b3432a82c76fa47ad7ceb5453b1435</id>
<content type='text'>
* gnu/packages/search.scm (xapian)[properties]: New field.

Change-Id: Ib100060a50ac2f4cc18bf974edfab913d8879671
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (xapian)[properties]: New field.

Change-Id: Ib100060a50ac2f4cc18bf974edfab913d8879671
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add perl-xapian.</title>
<updated>2026-08-19T17:24:49+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius.andre.bakke@gmail.com</email>
</author>
<published>2026-07-20T23:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=14b2ad92c20f4b705dfad1cd629ec0b58e1caa23'/>
<id>14b2ad92c20f4b705dfad1cd629ec0b58e1caa23</id>
<content type='text'>
* gnu/packages/search.scm (%xapian-bindings-origin): New variable.  Extracted
from ...
(python-xapian-bindings)[source]: ... here.  Use the variable instead.
(perl-xapian): New variable.

Change-Id: Ib1bb87fc942a1172fcdece177268550db5dc9508
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (%xapian-bindings-origin): New variable.  Extracted
from ...
(python-xapian-bindings)[source]: ... here.  Use the variable instead.
(perl-xapian): New variable.

Change-Id: Ib1bb87fc942a1172fcdece177268550db5dc9508
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: xapian: Update to 2.1.0.</title>
<updated>2026-08-19T17:24:47+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius.andre.bakke@gmail.com</email>
</author>
<published>2026-07-20T18:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b3f252d084edbac1c112fc361886bf3ffdec9744'/>
<id>b3f252d084edbac1c112fc361886bf3ffdec9744</id>
<content type='text'>
* gnu/packages/search.scm (xapian): Update to 2.1.0.
[arguments]: Skip tests in a better way; tell the build system that we are
doing automated testing.
(omega, python-xapian-bindings): Update source hash.
(xapian-1.4): New variable.
(perl-search-xapian)[inputs]: Change from XAPIAN to XAPIAN-1.4.
* gnu/packages/gnome.scm (zeitgeist)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-xapian)[inputs]: Likewise.
* gnu/packages/kde-pim.scm (akonadi-search)[inputs]: Likewise.

Change-Id: If911e048dcfa735c76c17b6122125bdc099e0505
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (xapian): Update to 2.1.0.
[arguments]: Skip tests in a better way; tell the build system that we are
doing automated testing.
(omega, python-xapian-bindings): Update source hash.
(xapian-1.4): New variable.
(perl-search-xapian)[inputs]: Change from XAPIAN to XAPIAN-1.4.
* gnu/packages/gnome.scm (zeitgeist)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-xapian)[inputs]: Likewise.
* gnu/packages/kde-pim.scm (akonadi-search)[inputs]: Likewise.

Change-Id: If911e048dcfa735c76c17b6122125bdc099e0505
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: perl-search-xapian: Update to 1.2.25.7.</title>
<updated>2026-08-19T17:24:26+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius.andre.bakke@gmail.com</email>
</author>
<published>2026-07-20T20:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=bb89b45ce7a7a2e872fdb56b8967fb38cd2ff0f8'/>
<id>bb89b45ce7a7a2e872fdb56b8967fb38cd2ff0f8</id>
<content type='text'>
* 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 &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add meilisearch.</title>
<updated>2026-08-13T15:18:03+00:00</updated>
<author>
<name>Zheng Junjie</name>
<email>z572@z572.online</email>
</author>
<published>2026-05-02T12:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4dc173567d3ec737198237cb751b226856589cb2'/>
<id>4dc173567d3ec737198237cb751b226856589cb2</id>
<content type='text'>
* gnu/packages/search.scm (meilisearch): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add meilisearch and rust-bbqueue-for-meilisearch.
* gnu/packages/rust-sources.scm (rust-bbqueue-for-meilisearch): New variable.

Merges: guix/guix!8283
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (meilisearch): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add meilisearch and rust-bbqueue-for-meilisearch.
* gnu/packages/rust-sources.scm (rust-bbqueue-for-meilisearch): New variable.

Merges: guix/guix!8283
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ugrep: Update to 7.8.4.</title>
<updated>2026-08-07T15:22:49+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-08-05T14:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=bd0201ad8dcfb07ef6254020bfa64da3adb11f3c'/>
<id>bd0201ad8dcfb07ef6254020bfa64da3adb11f3c</id>
<content type='text'>
* gnu/packages/search.scm (ugrep): Update to 7.8.4.

Merges: https://codeberg.org/guix/guix/pulls/10366
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (ugrep): Update to 7.8.4.

Merges: https://codeberg.org/guix/guix/pulls/10366
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ugrep: Update to 7.8.3.</title>
<updated>2026-07-31T06:29:16+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-07-30T15:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a06f3277fc83165ef3f6b846b6fc19e418cc5420'/>
<id>a06f3277fc83165ef3f6b846b6fc19e418cc5420</id>
<content type='text'>
* gnu/packages/search.scm (ugrep): Update to 7.8.3.

Merges: https://codeberg.org/guix/guix/pulls/10261
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (ugrep): Update to 7.8.3.

Merges: https://codeberg.org/guix/guix/pulls/10261
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ugrep: Update to 7.8.2</title>
<updated>2026-07-01T12:06:56+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-05-18T11:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a9493d03d8e3cd3b9dd65362f0a8a1ec3bfe4f44'/>
<id>a9493d03d8e3cd3b9dd65362f0a8a1ec3bfe4f44</id>
<content type='text'>
* gnu/packages/search.scm (ugrep): Update to 7.8.2.

Merges: guix/guix!8703
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (ugrep): Update to 7.8.2.

Merges: guix/guix!8703
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ugrep: Update to 7.8.1</title>
<updated>2026-05-12T05:07:30+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-05-03T15:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=204baea3efe4ad78ee40894e30cd0c42fe7f46dd'/>
<id>204baea3efe4ad78ee40894e30cd0c42fe7f46dd</id>
<content type='text'>
* gnu/packages/search.scm (ugrep): Update to 7.8.1.

Change-Id: I867832cd5a75df5c80b9f74ad0fdda141f03fbf5
Merges: https://codeberg.org/guix/guix/pulls/8333
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/search.scm (ugrep): Update to 7.8.1.

Change-Id: I867832cd5a75df5c80b9f74ad0fdda141f03fbf5
Merges: https://codeberg.org/guix/guix/pulls/8333
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
