guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e5405f389503e2e3476ff43c49e656b5afbdf167
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 11:45:39 2026 +0100
gnu: python-google-auth-oauthlib: Update to 1.2.4.
* gnu/packages/python-web.scm (python-google-auth-oauthlib): Update to
1.2.4.
Change-Id: I6d7b2e267ebb93d394cd243ccec779d6260363ba
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f8990e5006..907c324e2a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8848,7 +8848,7 @@ for httplib2 transport.")
(define-public python-google-auth-oauthlib
(package
(name "python-google-auth-oauthlib")
- (version "1.2.3")
+ (version "1.2.4")
(home-page
"https://github.com/GoogleCloudPlatform/\
google-auth-library-python-oauthlib")
@@ -8860,7 +8860,7 @@ google-auth-library-python-oauthlib")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1f269aaj02403shbj0iz4w16wwxr6im5fl42dkkk4mf2jw8ns46l"))))
+ (base32 "1j25kdbs2j1x23pdv4n49xl9pz2ppn55vsav65ir796kq4lf9nca"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-google-auth python-requests-oauthlib))
(native-inputs