summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius.andre.bakke@gmail.com>2026-07-21 02:31:56 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 13:29:35 +0100
commitfbe6bbd283b168088b9740e641b9443a3b42fc93 (patch)
treeae3c030e4e98eb78fa71254e9940f77fa25ce335 /gnu/packages/python-web.scm
parentd95adf58b29a66f686153058254aef779d6414d5 (diff)
gnu: python-google-auth-httplib2: Update to 0.4.0.
* gnu/packages/python-web.scm (python-google-auth-httplib2): Update to 0.4.0. [source](uri): Adjust PyPI name. 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.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ce5293b63e9..32c9ee59851 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9855,12 +9855,12 @@ engine. Its module is called @code{googlesearch}.")
9855(define-public python-google-auth-httplib2 9855(define-public python-google-auth-httplib2
9856 (package 9856 (package
9857 (name "python-google-auth-httplib2") 9857 (name "python-google-auth-httplib2")
9858 (version "0.2.0") 9858 (version "0.4.0")
9859 (source (origin 9859 (source (origin
9860 (method url-fetch) 9860 (method url-fetch)
9861 (uri (pypi-uri "google-auth-httplib2" version)) 9861 (uri (pypi-uri "google_auth_httplib2" version))
9862 (sha256 9862 (sha256
9863 (base32 "018fckshilc6z2qpj1pclh8haanbq3lr85w6p4g4z5wgyjnppaiq")))) 9863 (base32 "0dgdzy2ps3z71dc2b4s1fhmyx094nq0sg75sagav995p0ji31c6m"))))
9864 (build-system pyproject-build-system) 9864 (build-system pyproject-build-system)
9865 (propagated-inputs 9865 (propagated-inputs
9866 (list python-google-auth python-httplib2)) 9866 (list python-google-auth python-httplib2))