guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: xapian: Update to 1.2.21.


From: Paul
Subject: 01/01: gnu: xapian: Update to 1.2.21.
Date: Sat, 26 Sep 2015 19:43:03 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit b2a222445e6a87be28a25791b52a32319f97ea87
Author: Paul van der Walt <address@hidden>
Date:   Sat Sep 26 21:40:39 2015 +0200

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

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index e7f8aae..d34d70b 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -32,13 +32,13 @@
 (define-public xapian
   (package
     (name "xapian")
-    (version "1.2.18")
+    (version "1.2.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://oligarchy.co.uk/xapian/"; version
                                   "/xapian-core-" version ".tar.xz"))
               (sha256
-               (base32 
"16i063xzwxdrqy32vlr292lljb65hkg3xx0i2m0qx2v00pcn4b3n"))))
+               (base32 
"0grd2s6gf8yzqwdaa50g57j9d81mxkrrpkyldm2shgyizdc8gx33"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)
               ("util-linux" ,util-linux)))



reply via email to

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