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
This commit is contained in:
John Kehayias 2024-09-03 11:10:35 -04:00
parent 9e22a81703
commit 5a8bbf881a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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