gnu: go-github-com-coreos-go-oidc: Update to 2.3.0.

* gnu/packages/golang-web.scm (go-github-com-coreos-go-oidc): Update to 2.3.0.
[propagated-inputs]: Remove go-gopkg-in-square-go-jose-v2; add
go-gopkg-in-go-jose-go-jose-v2.
[native-inputs]: Add go-golang-org-x-net.

Change-Id: I6d08c792503d7b3ae376025419dcfef585525a73
This commit is contained in:
Sharlatan Hellseher 2025-01-22 21:23:23 +00:00
parent ce13a0d19a
commit 99f8d7f290
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1558,7 +1558,7 @@ Any}.")
(define-public go-github-com-coreos-go-oidc (define-public go-github-com-coreos-go-oidc
(package (package
(name "go-github-com-coreos-go-oidc") (name "go-github-com-coreos-go-oidc")
(version "2.2.1") (version "2.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1567,14 +1567,16 @@ Any}.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "11m6slbpi33ynffml7812piq4anhjlf1qszjlsf26f5y7x3qh8n5")))) (base32 "180wnxiim622v17xcnrjrg9g07mg4xizmlxxyrl9p42is0abi9c8"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/coreos/go-oidc")) (list #:import-path "github.com/coreos/go-oidc"))
(native-inputs
(list go-golang-org-x-net))
(propagated-inputs (propagated-inputs
(list go-github-com-pquerna-cachecontrol (list go-github-com-pquerna-cachecontrol
go-golang-org-x-oauth2 go-golang-org-x-oauth2
go-gopkg-in-square-go-jose-v2)) go-gopkg-in-go-jose-go-jose-v2))
(home-page "https://github.com/coreos/go-oidc") (home-page "https://github.com/coreos/go-oidc")
(synopsis "OpenID Connect support for Go") (synopsis "OpenID Connect support for Go")
(description (description