mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-golang-org-x-oauth2: Update to 0.23.0.
* gnu/packages/golang-web.scm (go-golang-org-x-oauth2): Update to 0.23.0. Change-Id: I9f3ba17ac715db149f0b8335969cbe1b8f0dd348
This commit is contained in:
parent
b75449f088
commit
1023d1a842
1 changed files with 2 additions and 2 deletions
|
@ -5534,7 +5534,7 @@ programming language, which supports draft-04, draft-06 and draft-07.")
|
|||
(define-public go-golang-org-x-oauth2
|
||||
(package
|
||||
(name "go-golang-org-x-oauth2")
|
||||
(version "0.21.0")
|
||||
(version "0.23.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5543,7 +5543,7 @@ programming language, which supports draft-04, draft-06 and draft-07.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pzpa9jqrfxxhxi1w7n5ljnvr9qfw42hzavz62fc9i6z9vk2466k"))))
|
||||
(base32 "00r6qryh9nfnfq8q8h12hvqp0mhflhl68qyknrmzmw5ww52ghm9b"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue