guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit ae50646af6c3f65af3bd666a89742a28252076d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 21:52:11 2026 +0100
gnu: go-golang-org-x-oauth2: Update to 0.36.0.
* gnu/packages/golang-web.scm (go-golang-org-x-oauth2): Update to 0.36.0.
[propagated-inputs]: Remove go-github-com-google-go-cmp.
Change-Id: Ic6081ec798b1a2af4ad92af98ad2fba71358c28b
---
gnu/packages/golang-web.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 764c2d0493..866ed424d4 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -22539,7 +22539,7 @@ the standard @code{context} package to store
request-scoped values.")
(define-public go-golang-org-x-oauth2
(package
(name "go-golang-org-x-oauth2")
- (version "0.23.0")
+ (version "0.36.0")
(source
(origin
(method git-fetch)
@@ -22548,14 +22548,13 @@ the standard @code{context} package to store
request-scoped values.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00r6qryh9nfnfq8q8h12hvqp0mhflhl68qyknrmzmw5ww52ghm9b"))))
+ (base32 "0k7n299v6m0k0bkynfvwjclx56hbd5hvaaipk4khm9ib8ddbpx3s"))))
(build-system go-build-system)
(arguments
(list
#:import-path "golang.org/x/oauth2"))
(propagated-inputs
- (list go-cloud-google-com-go-compute-metadata
- go-github-com-google-go-cmp))
+ (list go-cloud-google-com-go-compute-metadata))
(home-page "https://go.googlesource.com/oauth2")
(synopsis "Client implementation of the OAuth 2.0 spec")
(description