guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: xapian: Update to 1.4.3.


From: Marius Bakke
Subject: 01/05: gnu: xapian: Update to 1.4.3.
Date: Wed, 1 Feb 2017 13:17:50 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 75ba11afc22f1dff978281a0b6ff782e5b4aa6bb
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 1 12:39:43 2017 +0100

    gnu: xapian: Update to 1.4.3.
    
    * gnu/packages/search.scm (xapian): Update to 1.4.3.
---
 gnu/packages/search.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index e234226..f687cb0 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -36,13 +36,13 @@
 (define-public xapian
   (package
     (name "xapian")
-    (version "1.4.2")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://oligarchy.co.uk/xapian/"; version
                                   "/xapian-core-" version ".tar.xz"))
               (sha256
-               (base32 
"1kp18r97qm2zky9z6ym8csjg1kj81zvqn88n4cppl4lq54sw9hmf"))))
+               (base32 
"0xg444bnxikqnxs31wsv930mvpwk4dm5zrr979371pm23i8ralkx"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)
               ("util-linux" ,util-linux)))



reply via email to

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