GNU bug report logs -
#59764
[PATCH 0/8] Update searx and dependencies
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Fri, 2 Dec 2022 05:57:01 UTC
Severity: normal
Tags: patch
Done: kiasoc5 <at> disroot.org
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/search.scm (searx): Update to 1.1.0.
[propagated-inputs]: Remove python-idna and python-lxml; add python-brotli,
python-lxml-4.9, and python-setproctitle.
---
gnu/packages/search.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 27dc9cd02e..b25903facc 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -259,16 +259,16 @@ (define-public tocc
(define-public searx
(package
(name "searx")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/searx/searx")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ghkx8g8jnh8yd46p4mlbjn2zm12nx27v7qflr4c8xhlgi0px0mh"))))
+ (base32 "070kxivn1nxn3klmnqarr2zldyfpyllpv5cnjdp5kqz19zb20szr"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;what tests do is make online requests to each engine
@@ -287,17 +287,18 @@ (define-public searx
(setenv "SEARX_DEBUG" "1"))))))
(propagated-inputs
(list python-babel
+ python-brotli
python-certifi
python-dateutil
python-flask
python-flask-babel
- python-idna
python-jinja2
python-langdetect
- python-lxml
+ python-lxml-4.9
python-pygments
python-pyyaml
- python-requests))
+ python-requests
+ python-setproctitle))
(home-page "https://searx.github.io/searx/")
(synopsis "Privacy-respecting metasearch engine")
(description "Searx is a privacy-respecting, hackable metasearch engine.")
--
2.38.1
This bug report was last modified 1 year and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.