Archived
1
0
Fork 0

gnu: python-google-auth: Update to 2.17.3.

* gnu/packages/python-web.scm (python-google-auth): Update to 2.17.3.
[native-inputs]: Add python-mock.
This commit is contained in:
John Kehayias 2023-04-18 00:45:36 -04:00
parent 3e8d608dac
commit a5c4b50c36
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -7298,13 +7298,13 @@ of the CRC32C hashing algorithm.")
(define-public python-google-auth (define-public python-google-auth
(package (package
(name "python-google-auth") (name "python-google-auth")
(version "2.6.6") (version "2.17.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "google-auth" version)) (uri (pypi-uri "google-auth" version))
(sha256 (sha256
(base32 "04ikassansqkkw4pa98in7q9r4z001m6bi2r3ssxwwrb0f79790v")))) (base32 "1z2f0vj374rscvlivhvf9xxjlg4lng4mgpqnygfhy4wbqlmiwcff"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -7322,6 +7322,7 @@ of the CRC32C hashing algorithm.")
(native-inputs (native-inputs
(list python-flask (list python-flask
python-freezegun python-freezegun
python-mock
python-oauth2client python-oauth2client
python-pyopenssl python-pyopenssl
python-pytest python-pytest