unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Skylar Chan <schan12@umd.edu>
To: 68901@debbugs.gnu.org
Cc: Skylar Chan <schan12@umd.edu>
Subject: [bug#68901] [PATCH] gnu: whoogle-search: Update to 0.8.4.
Date: Fri,  2 Feb 2024 18:35:58 -0500	[thread overview]
Message-ID: <f53770e3ba5168a3d04896a65e3aae0f3f2b4b71.1706916958.git.schan12@umd.edu> (raw)

* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.4.
[propagated-inputs]: Add python-validators.

Change-Id: I4543808d662e7e946c8a398b28ca963e75d4bfd1
---
 gnu/packages/python-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0c0cc46e5f..2dd5dd1c5a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5342,13 +5342,13 @@ (define-public python-google-auth-oauthlib
 (define-public whoogle-search
   (package
     (name "whoogle-search")
-    (version "0.8.3")
+    (version "0.8.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "whoogle-search" version))
               (sha256
                (base32
-                "09b9k97jflajvrs0npyz994rj8xkk400s98jw63b6vpsgw9q9nk4"))))
+                "0hsy4l98nzj6i1lf63wvqd0yharkaz44zsxh863ymy47rxnwimz7"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -5364,6 +5364,7 @@ (define-public whoogle-search
            python-dotenv
            python-requests
            python-stem
+           python-validators
            python-waitress))
     (home-page "https://github.com/benbusby/whoogle-search")
     (synopsis "Self-hosted, ad-free, privacy-respecting metasearch engine")

base-commit: bf7991a8c767abd32cfb2c92e3d57665a7cabf00
-- 
2.39.2





             reply	other threads:[~2024-02-02 23:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02 23:35 Skylar Chan [this message]
2024-02-10 10:41 ` [bug#68901] [PATCH] gnu: whoogle-search: Update to 0.8.4 Christopher Baines

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=f53770e3ba5168a3d04896a65e3aae0f3f2b4b71.1706916958.git.schan12@umd.edu \
    --to=schan12@umd.edu \
    --cc=68901@debbugs.gnu.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).