diff options
author | John Kehayias <[email protected]> | 2023-11-21 18:11:10 -0500 |
---|---|---|
committer | John Kehayias <[email protected]> | 2023-11-21 18:11:30 -0500 |
commit | 8d2a5a36af4c36dfa08c7ee75d7a06ebb7a8225a (patch) | |
tree | 0e0f0cc9d5fa5a3c783451d12b10ebdb4c0aafe9 /gnu/packages/python-web.scm | |
parent | d1b786fe629ae9a80f37f64fdf48b9d7c132cd11 (diff) | |
parent | 42be8fa560a7554ac35801b46c3a0a007fd742ce (diff) |
Merge branch 'master' into mesa-updates
Change-Id: I94c6874e5fdf916e3eb911f1a7df610cd3275474
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8d5af5bd46..9d8f3c156f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5204,54 +5204,29 @@ with oauthlib.") (define-public whoogle-search (package (name "whoogle-search") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri (pypi-uri "whoogle-search" version)) (sha256 (base32 - "1r6ymainwc3b8aar90b74mpnx3rsfscgzh0llwvsb03fbhiypw5g")))) + "09b9k97jflajvrs0npyz994rj8xkk400s98jw63b6vpsgw9q9nk4")))) (build-system pyproject-build-system) (arguments (list ;; The tests need network access #:tests? #f)) (propagated-inputs - (list python-attrs - python-beautifulsoup4 - python-cachelib - python-certifi - python-cffi + (list python-beautifulsoup4 python-brotli - python-chardet - python-click python-cryptography python-cssutils python-defusedxml python-flask - python-flask-session - python-idna - python-itsdangerous - python-jinja2 - python-markupsafe - python-more-itertools - python-packaging - python-pluggy - python-py - python-pycodestyle - python-pycparser - python-pyopenssl - python-pyparsing - python-pysocks - python-dateutil + python-dotenv python-requests - python-soupsieve python-stem - python-urllib3 - python-waitress - python-wcwidth - python-werkzeug - python-dotenv)) + python-waitress)) (home-page "https://github.com/benbusby/whoogle-search") (synopsis "Self-hosted, ad-free, privacy-respecting metasearch engine") (description |