[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: xapian: Update to 1.4.1.
From: |
Marius Bakke |
Subject: |
01/01: gnu: xapian: Update to 1.4.1. |
Date: |
Tue, 1 Nov 2016 10:48:10 +0000 (UTC) |
mbakke pushed a commit to branch master
in repository guix.
commit b56d9ce304c16479e495bc2ef1b35f4280c867c1
Author: Marius Bakke <address@hidden>
Date: Tue Nov 1 10:37:19 2016 +0000
gnu: xapian: Update to 1.4.1.
* gnu/packages/search.scm (xapian): Update to 1.4.1.
---
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 5d7def5..f0dbbc9 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -35,13 +35,13 @@
(define-public xapian
(package
(name "xapian")
- (version "1.4.0")
+ (version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://oligarchy.co.uk/xapian/"; version
"/xapian-core-" version ".tar.xz"))
(sha256
- (base32
"0xv4da5rmqqzkkkzx2v3jwh5hz5zxhd2b7m8x30fk99a25blyn0h"))))
+ (base32
"1svhrs5zl7cyv9kqh70k02zc3cmpcpn6nvgdkv0pl1iwwx6m7wn5"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)
("util-linux" ,util-linux)))