mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: whoogle-search: Update to 0.8.4.
* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.4. [propagated-inputs]: Add python-validators. Change-Id: I4543808d662e7e946c8a398b28ca963e75d4bfd1 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6621e5bbab
commit
e02265a2f9
1 changed files with 3 additions and 2 deletions
|
@ -5342,13 +5342,13 @@ with oauthlib.")
|
||||||
(define-public whoogle-search
|
(define-public whoogle-search
|
||||||
(package
|
(package
|
||||||
(name "whoogle-search")
|
(name "whoogle-search")
|
||||||
(version "0.8.3")
|
(version "0.8.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "whoogle-search" version))
|
(uri (pypi-uri "whoogle-search" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09b9k97jflajvrs0npyz994rj8xkk400s98jw63b6vpsgw9q9nk4"))))
|
"0hsy4l98nzj6i1lf63wvqd0yharkaz44zsxh863ymy47rxnwimz7"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -5364,6 +5364,7 @@ with oauthlib.")
|
||||||
python-dotenv
|
python-dotenv
|
||||||
python-requests
|
python-requests
|
||||||
python-stem
|
python-stem
|
||||||
|
python-validators
|
||||||
python-waitress))
|
python-waitress))
|
||||||
(home-page "https://github.com/benbusby/whoogle-search")
|
(home-page "https://github.com/benbusby/whoogle-search")
|
||||||
(synopsis "Self-hosted, ad-free, privacy-respecting metasearch engine")
|
(synopsis "Self-hosted, ad-free, privacy-respecting metasearch engine")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue