guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-xapian: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: guile-xapian: Update to 0.3.0.
Date: Sat, 31 Dec 2022 18:00:26 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 343c220e1b gnu: guile-xapian: Update to 0.3.0.
343c220e1b is described below

commit 343c220e1b73d8294b1b9a54d7a4ef2db9931e24
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat Dec 31 22:51:50 2022 +0000

    gnu: guile-xapian: Update to 0.3.0.
    
    * gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.3.0.
    [propagated-inputs]: Add guile-lib.
---
 gnu/packages/guile-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 42439725fd..9c94764ab3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4308,7 +4308,7 @@ over, or update a value in arbitrary data structures.")
 (define-public guile-xapian
   (package
     (name "guile-xapian")
-    (version "0.2.1")
+    (version "0.3.0")
     (home-page "https://git.systemreboot.net/guile-xapian";)
     (source
      (origin
@@ -4318,7 +4318,7 @@ over, or update a value in arbitrary data structures.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1i2bk06abl1984xgrr3hzzhknqkxjysfpd82drzlgp291hmq40w1"))))
+         "0k18navsd0rqx2zbqgvhzscvbls2sxs9k06n195s4bvyd50acfm5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
@@ -4331,6 +4331,8 @@ over, or update a value in arbitrary data structures.")
            libtool
            pkg-config
            swig))
+    (propagated-inputs
+     (list guile-lib))
     (synopsis "Guile bindings for Xapian")
     (description "@code{guile-xapian} provides Guile bindings for Xapian, a
 search engine library.  Xapian is a highly adaptable toolkit which allows



reply via email to

[Prev in Thread] Current Thread [Next in Thread]