[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: whoogle-search: Update to 0.8.1.
From: |
guix-commits |
Subject: |
05/06: gnu: whoogle-search: Update to 0.8.1. |
Date: |
Fri, 3 Feb 2023 09:35:55 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit c76393f851017ded4c077eac14ddba0328fc709e
Author: Skylar Chan <schan12@umd.edu>
AuthorDate: Sat Jan 28 19:05:15 2023 -0500
gnu: whoogle-search: Update to 0.8.1.
* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e7134677a9..765a07a20c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4832,14 +4832,14 @@ Google search engine. Its module is called
@code{googlesearch}.")
(define-public whoogle-search
(package
(name "whoogle-search")
- (version "0.8.0")
+ (version "0.8.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "whoogle-search" version))
(sha256
(base32
- "0h8cl9bkd3vx17kbvcnmc8cy6pc29lxr0drxm84kj37ka788cj2g"))))
- (build-system python-build-system)
+ "1kqkb23wb9a4a8zdky2066887vgv7ywhivhxi5nipkx07mf8v01k"))))
+ (build-system pyproject-build-system)
(arguments
(list
;; The tests need network access
- branch master updated (c19cd9f947 -> a3fcc0a86f), guix-commits, 2023/02/03
- 02/06: services: nar-herder: Add cached compression support., guix-commits, 2023/02/03
- 01/06: gnu: nar-herder: Update to 0-12.550e6aa., guix-commits, 2023/02/03
- 03/06: gnu: go-1.18: Update to 1.18.10., guix-commits, 2023/02/03
- 06/06: gnu: prosody: Update to 0.12.2., guix-commits, 2023/02/03
- 05/06: gnu: whoogle-search: Update to 0.8.1.,
guix-commits <=
- 04/06: gnu: go-1.19: Update to 1.19.5., guix-commits, 2023/02/03