1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-01-27 11:45:39 +01:00
committed by Andreas Enge
parent 71b2d17d20
commit 41e64792e1

View File

@@ -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