diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-22 21:50:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:56 +0100 |
| commit | 492bfd2b212ae4bce7134ae266538452651cc879 (patch) | |
| tree | c6deaa5cc4f2f0617f97d761582ca4827c807523 /gnu/packages/python-web.scm | |
| parent | 50e1610d99a8af760c4d3cb8362a9feee23a2bf6 (diff) | |
gnu: python-google-auth: Update to 2.40.3.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.40.3.
[propagated-inputs]: Remove python-cachetools; add python-cachetools-5.
Change-Id: Ie31e53b04df90fcdc6a730dbace042b5ca33b329
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2d7b5a74e9a..01094e83276 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -10305,13 +10305,13 @@ Client Library for Python.") (define-public python-google-auth (package (name "python-google-auth") - (version "2.37.0") + (version "2.40.3") (source (origin (method url-fetch) (uri (pypi-uri "google_auth" version)) (sha256 - (base32 "002xvp1139lrw2c2s2yllg5499ghfxzg9lv35i4q770zpwx64m00")))) + (base32 "0xrvsqrqx89zkf13gjp328j2y5cfhl88sjzjkkm3dszdmllkl32h")))) (build-system pyproject-build-system) (arguments (list @@ -10319,7 +10319,7 @@ Client Library for Python.") ;; This one test uses crypto.sign with an outdated calling convention. '(list "--ignore=tests/transport/test__mtls_helper.py"))) (propagated-inputs - (list python-cachetools + (list python-cachetools-5 python-pyasn1-modules python-pyjwt python-rsa)) |
