guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xapian: Update to 1.4.2.


From: Marius Bakke
Subject: 01/02: gnu: xapian: Update to 1.4.2.
Date: Tue, 10 Jan 2017 22:42:47 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 0d11a69f30aece400124e9860317e7b22b1070f9
Author: Marius Bakke <address@hidden>
Date:   Tue Jan 10 23:27:46 2017 +0100

    gnu: xapian: Update to 1.4.2.
    
    * gnu/packages/search.scm (xapian): Update to 1.4.2.
---
 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 f0dbbc9..cb8b670 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -35,13 +35,13 @@
 (define-public xapian
   (package
     (name "xapian")
-    (version "1.4.1")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://oligarchy.co.uk/xapian/"; version
                                   "/xapian-core-" version ".tar.xz"))
               (sha256
-               (base32 
"1svhrs5zl7cyv9kqh70k02zc3cmpcpn6nvgdkv0pl1iwwx6m7wn5"))))
+               (base32 
"1kp18r97qm2zky9z6ym8csjg1kj81zvqn88n4cppl4lq54sw9hmf"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)
               ("util-linux" ,util-linux)))



reply via email to

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