summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius.andre.bakke@gmail.com>2026-07-21 02:27:39 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 13:29:35 +0100
commitd95adf58b29a66f686153058254aef779d6414d5 (patch)
tree7910bb09eab5f06f3fa485cafc1cb88f458fb93b /gnu/packages/python-web.scm
parent69e61744878c08510c3e52fb1f64b7ad4fef3895 (diff)
gnu: python-google-auth: Update to 2.56.0.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.56.0. [arguments]: Remove. 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.scm9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 47cfc12376d..ce5293b63e9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12960,19 +12960,14 @@ Client Library for Python.")
12960(define-public python-google-auth 12960(define-public python-google-auth
12961 (package 12961 (package
12962 (name "python-google-auth") 12962 (name "python-google-auth")
12963 (version "2.48.0") 12963 (version "2.56.0")
12964 (source 12964 (source
12965 (origin 12965 (origin
12966 (method url-fetch) 12966 (method url-fetch)
12967 (uri (pypi-uri "google_auth" version)) 12967 (uri (pypi-uri "google_auth" version))
12968 (sha256 12968 (sha256
12969 (base32 "1kj1r3vp2jk2wv1mc0a5lpdnsivsqciah68ajhyql86k1imp0zjg")))) 12969 (base32 "0lx5cw49lfjqvd9vx1vlslrxyh9q0xd6d46np5a2dab9nlqa03zr"))))
12970 (build-system pyproject-build-system) 12970 (build-system pyproject-build-system)
12971 (arguments
12972 (list
12973 #:test-flags
12974 ;; This one test uses crypto.sign with an outdated calling convention.
12975 '(list "--ignore=tests/transport/test__mtls_helper.py")))
12976 (propagated-inputs 12971 (propagated-inputs
12977 (list python-aiohttp 12972 (list python-aiohttp
12978 python-cryptography 12973 python-cryptography