guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: whoogle-search: Update to 0.8.2.


From: guix-commits
Subject: 02/14: gnu: whoogle-search: Update to 0.8.2.
Date: Sat, 1 Jul 2023 05:15:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit afab4dd869c3896aedc2ea50f010f3976db7f21a
Author: Spencer Skylar Chan <schan12@umd.edu>
AuthorDate: Fri May 19 16:42:28 2023 -0400

    gnu: whoogle-search: Update to 0.8.2.
    
    * gnu/packages/python-web.scm (whoogle-search): Update to 0.8.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6869eb0a8b..d0ac175039 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4998,13 +4998,13 @@ for httplib2 transport.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]