summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius.andre.bakke@gmail.com>2026-07-21 02:19:27 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 13:29:35 +0100
commit69e61744878c08510c3e52fb1f64b7ad4fef3895 (patch)
treea964b3e7d6fc0f1d2e3f80e15f787b821b77dfbb /gnu/packages/python-web.scm
parent4d80270831970754a4d06688943dd8282d6119f5 (diff)
gnu: python-google-api-client: Update to 2.198.0.
* gnu/packages/python-web.scm (python-google-api-client): Update to 2.198.0. Relates-to: guix/guix!10075 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d8daf039c40..47cfc12376d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9811,7 +9811,7 @@ engine. Its module is called @code{googlesearch}.")
9811(define-public python-google-api-client 9811(define-public python-google-api-client
9812 (package 9812 (package
9813 (name "python-google-api-client") 9813 (name "python-google-api-client")
9814 (version "2.187.0") 9814 (version "2.198.0")
9815 (source 9815 (source
9816 (origin 9816 (origin
9817 (method git-fetch) 9817 (method git-fetch)
@@ -9820,7 +9820,7 @@ engine. Its module is called @code{googlesearch}.")
9820 (commit (string-append "v" version)))) 9820 (commit (string-append "v" version))))
9821 (file-name (git-file-name name version)) 9821 (file-name (git-file-name name version))
9822 (sha256 9822 (sha256
9823 (base32 "09vq5d32avri0gl8c7nn5dv2xds1jzjms7vqk3gn66nm2m37x8mv")))) 9823 (base32 "1adjr3ylp8bwbvywxm11hs4y913pvaga0dn6nwmb3622y62zxfhg"))))
9824 (build-system pyproject-build-system) 9824 (build-system pyproject-build-system)
9825 (arguments 9825 (arguments
9826 (list 9826 (list