1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: go-golang-org-x-oauth2: Update to 0.21.0.

* gnu/packages/golang.scm (go-golang-org-x-oauth2): Update to 0.21.0.
[propagated-inputs]: Remove go-golang-org-x-net; add go-github-com-google-go-cmp-cmp.

Change-Id: I8213829fbd012c4ab8246a4a6fe794f6371ef65b
This commit is contained in:
Sharlatan Hellseher 2024-07-15 15:50:03 +01:00
parent 03062c7a9f
commit 96d3f5240b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3263,32 +3263,29 @@ editor.")
(license license:bsd-3)))
(define-public go-golang-org-x-oauth2
(let ((commit "0f29369cfe4552d0e4bcddc57cc75f4d7e672a33")
(revision "1"))
(package
(name "go-golang-org-x-oauth2")
(version (git-version "0.0.0" revision commit))
(version "0.21.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/oauth2")
(commit commit)))
(file-name (string-append "go.googlesource.com-oauth2-"
version "-checkout"))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2"))))
"0pzpa9jqrfxxhxi1w7n5ljnvr9qfw42hzavz62fc9i6z9vk2466k"))))
(build-system go-build-system)
(arguments
`(#:import-path "golang.org/x/oauth2"))
(propagated-inputs
(list go-cloud-google-com-go-compute-metadata
go-golang-org-x-net))
go-github-com-google-go-cmp-cmp))
(home-page "https://go.googlesource.com/oauth2")
(synopsis "Client implementation of the OAuth 2.0 spec")
(description "This package contains a client implementation for OAuth 2.0
spec in Go.")
(license license:bsd-3))))
(license license:bsd-3)))
(define-public go-github-com-jpillora-backoff
(let ((commit