From 5a8bbf881af1339ae8558f20644333c9cd737214 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Sep 2024 11:10:35 -0400 Subject: gnu: python-google-auth: Update to 2.34.0. * gnu/packages/python-web.scm (python-google-auth): Update to 2.34.0. [origin]: Update pypi-uri. Change-Id: I56d88c29645d780c5555d374ca81e5f7834360be --- gnu/packages/python-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 05e71fee3e..40cd63800a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8168,13 +8168,13 @@ of the CRC32C hashing algorithm.") (define-public python-google-auth (package (name "python-google-auth") - (version "2.17.3") + (version "2.34.0") (source (origin (method url-fetch) - (uri (pypi-uri "google-auth" version)) + (uri (pypi-uri "google_auth" version)) (sha256 - (base32 "1z2f0vj374rscvlivhvf9xxjlg4lng4mgpqnygfhy4wbqlmiwcff")))) + (base32 "1k04kkg5n3pi4awjxxsa50ail68wwf2gklmb686v46aw8fb77f4f")))) (build-system python-build-system) (arguments `(#:phases -- cgit v1.2.3