summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-02 21:52:11 +0100
committerAndreas Enge <andreas@enge.fr>2026-06-03 22:00:37 +0200
commitcd0df7e2f365e79bed17f2bb8083ec4d5de2d1c8 (patch)
treef9bdc9dd9055a3eb62c8c88172c60ee705532b1f
parent9ccfd265421b5baa8800db110e5d7f84223877b9 (diff)
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
-rw-r--r--gnu/packages/golang-web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ef09678325a..31fa97dca76 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -22587,7 +22587,7 @@ the standard @code{context} package to store request-scoped values.")
22587(define-public go-golang-org-x-oauth2 22587(define-public go-golang-org-x-oauth2
22588 (package 22588 (package
22589 (name "go-golang-org-x-oauth2") 22589 (name "go-golang-org-x-oauth2")
22590 (version "0.23.0") 22590 (version "0.36.0")
22591 (source 22591 (source
22592 (origin 22592 (origin
22593 (method git-fetch) 22593 (method git-fetch)
@@ -22596,14 +22596,13 @@ the standard @code{context} package to store request-scoped values.")
22596 (commit (string-append "v" version)))) 22596 (commit (string-append "v" version))))
22597 (file-name (git-file-name name version)) 22597 (file-name (git-file-name name version))
22598 (sha256 22598 (sha256
22599 (base32 "00r6qryh9nfnfq8q8h12hvqp0mhflhl68qyknrmzmw5ww52ghm9b")))) 22599 (base32 "0k7n299v6m0k0bkynfvwjclx56hbd5hvaaipk4khm9ib8ddbpx3s"))))
22600 (build-system go-build-system) 22600 (build-system go-build-system)
22601 (arguments 22601 (arguments
22602 (list 22602 (list
22603 #:import-path "golang.org/x/oauth2")) 22603 #:import-path "golang.org/x/oauth2"))
22604 (propagated-inputs 22604 (propagated-inputs
22605 (list go-cloud-google-com-go-compute-metadata 22605 (list go-cloud-google-com-go-compute-metadata))
22606 go-github-com-google-go-cmp))
22607 (home-page "https://go.googlesource.com/oauth2") 22606 (home-page "https://go.googlesource.com/oauth2")
22608 (synopsis "Client implementation of the OAuth 2.0 spec") 22607 (synopsis "Client implementation of the OAuth 2.0 spec")
22609 (description 22608 (description