Spencer Skylar Chan wrote 2 years ago
(name . guix-patches)(address . guix-patches@gnu.org)
From d9e61b6fde7a8f15ebca589265a3f1a41601b18d Mon Sep 17 00:00:00 2001
From: Spencer Skylar Chan <schan12@umd.edu>
Date: Fri, 19 May 2023 16:42:28 -0400
Subject: [PATCH] gnu: whoogle-search: Update to 0.8.2.
* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.2.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (24 lines)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b6ad489626..d121d66077 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4995,13 +4995,13 @@ (define-public python-google-auth-httplib2
(define-public whoogle-search
(package
(name "whoogle-search")
- (version "0.8.1")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "whoogle-search" version))
(sha256
(base32
- "1kqkb23wb9a4a8zdky2066887vgv7ywhivhxi5nipkx07mf8v01k"))))
+ "1r6ymainwc3b8aar90b74mpnx3rsfscgzh0llwvsb03fbhiypw5g"))))
(build-system pyproject-build-system)
(arguments
(list
base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
--
2.40.1