[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: perl-search-xapian: Update to 1.2.25.4.
From: |
guix-commits |
Subject: |
14/14: gnu: perl-search-xapian: Update to 1.2.25.4. |
Date: |
Sun, 3 Jan 2021 02:36:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 78a9cfa33e66c5647cea66980d83f49a43e27f60
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 2 20:59:45 2021 +0100
gnu: perl-search-xapian: Update to 1.2.25.4.
* gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.4.
---
gnu/packages/search.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 0a5fa38..8293d56 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -116,15 +116,14 @@ rich set of boolean query operators.")
(define-public perl-search-xapian
(package
(name "perl-search-xapian")
- (version "1.2.25.2")
+ (version "1.2.25.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/O/OL/OLLY/"
"Search-Xapian-" version ".tar.gz"))
(sha256
- (base32
- "0hpa8gi38j0ibq8af6dy69lm1bl5jnq76nsa69dbrzbr88l5m594"))))
+ (base32 "1pbl8pbgmbs3i8yik4p63g4pd9bhn0dp3d7l667dkvw0kccl66c7"))))
(build-system perl-build-system)
(native-inputs
`(("perl-devel-leak" ,perl-devel-leak)))
- 05/14: gnu: libnet6: Omit static library., (continued)
- 05/14: gnu: libnet6: Omit static library., guix-commits, 2021/01/03
- 06/14: gnu: obby: Omit static library., guix-commits, 2021/01/03
- 09/14: gnu: geoclue: Update to 2.5.7., guix-commits, 2021/01/03
- 08/14: gnu: mame: Update to 0.227., guix-commits, 2021/01/03
- 04/14: gnu: libinfinity: Omit static libraries, guix-commits, 2021/01/03
- 07/14: gnu: libressl: Update to 3.1.5 [security fix]., guix-commits, 2021/01/03
- 10/14: gnu: fetchmail: Update to 6.4.14., guix-commits, 2021/01/03
- 11/14: gnu: zabbix-agentd: Update to 5.2.3., guix-commits, 2021/01/03
- 13/14: gnu: fldigi: Update to 4.1.17., guix-commits, 2021/01/03
- 12/14: gnu: zabbix-agentd: Enable IPv6., guix-commits, 2021/01/03
- 14/14: gnu: perl-search-xapian: Update to 1.2.25.4.,
guix-commits <=