guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: xapian: Update to 1.4.11.


From: guix-commits
Subject: 04/07: gnu: xapian: Update to 1.4.11.
Date: Sun, 10 Mar 2019 13:37:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2c0cf9eec7f003fce6f7292069406d6772f2b3ca
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 10 16:24:29 2019 +0100

    gnu: xapian: Update to 1.4.11.
    
    * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 
1.4.11.
---
 gnu/packages/search.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 8ee6b4d..9969cad 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -47,14 +47,14 @@
 (define-public xapian
   (package
     (name "xapian")
-    (version "1.4.10")
+    (version "1.4.11")
     ;; 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 
"1f4vf1w1yvsn9mn462q6snc8wkmfpifp8wrlzs4aqi45w0kr6rk8"))))
+               (base32 
"01xwqljnp5afjf9097lyfbqc6x5bcqszfdkn9l1j86imwbrv45lz"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)
               ("util-linux" ,util-linux)))
@@ -92,7 +92,7 @@ rich set of boolean query operators.")
                                   "/xapian-bindings-" version ".tar.xz"))
               (sha256
                (base32
-                "0zqx5gcwm2mhx41fnfx30z9c31x96g5pskyrmx3c556mnklfpask"))))
+                "13bi2vr5d39ys49nlwmsv64ik5pdwkz28bh08hyylrhanb45d8wx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-python3")



reply via email to

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