summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 11:45:39 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:45 +0100
commit41e64792e1e6da9fcc71e68c1a1207900cde5c19 (patch)
tree3baa394be2b223625b759a1121c635cdb7100b02 /gnu/packages/python-web.scm
parent71b2d17d20edd48c88c7bc019b2be3669f8412e0 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f8990e5006e..907c324e2a8 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