unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 59764@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#59764] [PATCH 8/8] gnu: searx: Update to 1.1.0.
Date: Fri,  2 Dec 2022 00:59:19 -0500	[thread overview]
Message-ID: <20221202055919.58982-8-kiasoc5@disroot.org> (raw)
In-Reply-To: <20221202055919.58982-1-kiasoc5@disroot.org>

* 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





      parent reply	other threads:[~2022-12-02  6:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-02  5:56 [bug#59764] [PATCH 0/8] Update searx and dependencies kiasoc5 via Guix-patches via
2022-12-02  5:59 ` [bug#59764] [PATCH 1/8] gnu: Add python-lxml-4.9 kiasoc5 via Guix-patches via
2022-12-02  5:59   ` [bug#59764] [PATCH 2/8] gnu: Add python-greenlet kiasoc5 via Guix-patches via
2022-12-02  5:59   ` [bug#59764] [PATCH 3/8] gnu: Add python-ephemeral-port-reserve kiasoc5 via Guix-patches via
2022-12-02  5:59   ` [bug#59764] [PATCH 4/8] gnu: python-flask: Update to 2.2.2 kiasoc5 via Guix-patches via
2022-12-02  5:59   ` [bug#59764] [PATCH 5/8] gnu: python-werkzeug: " kiasoc5 via Guix-patches via
2022-12-02  5:59   ` [bug#59764] [PATCH 6/8] gnu: python-markupsafe: Update to 2.1.1 kiasoc5 via Guix-patches via
2022-12-02  5:59   ` [bug#59764] [PATCH 7/8] gnu: python-jinja2: Update to 3.1.2 kiasoc5 via Guix-patches via
2022-12-02  5:59   ` kiasoc5 via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221202055919.58982-8-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59764@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).