[PATCH] gnu: whoogle-search: Update to 0.8.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Spencer Skylar Chan
Owner
unassigned
Submitted by
Spencer Skylar Chan
Severity
normal

Debbugs page

Spencer Skylar Chan wrote 2 years ago
(name . guix-patches)(address . guix-patches@gnu.org)
CAOEsZhQ16kB8unUqT4hyjzcwG8tX_s0ZngfK5xo++4r0k4KwRA@mail.gmail.com

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
Nicolas Goaziou wrote 2 years ago
(name . Spencer Skylar Chan)(address . schan12@umd.edu)(address . 63601-done@debbugs.gnu.org)
87bkgvkhpq.fsf@nicolasgoaziou.fr
Hello,

Spencer Skylar Chan <schan12@umd.edu> writes:

Toggle quote (7 lines)
> 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.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63601@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63601
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help