mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-zitadel-oidc-v3: Update to 3.43.0.
* gnu/packages/golang-web.scm (go-github-com-zitadel-oidc-v3): Update to 3.43.0. [arguments] <go>: Use default go-1.24. <test-flags>: Skip code vet during tests. [propagated-inputs]: Add go-go-opentelemetry-io-otel-trace. Change-Id: Id5debd7a426de5e31ea1985bd536b23a9bebcc5f
This commit is contained in:
parent
3ba7261e87
commit
fc046443f4
1 changed files with 5 additions and 4 deletions
|
@ -11417,7 +11417,7 @@ It is to used for inputs in other packages.")
|
|||
(define-public go-github-com-zitadel-oidc-v3
|
||||
(package
|
||||
(name "go-github-com-zitadel-oidc-v3")
|
||||
(version "3.39.1")
|
||||
(version "3.43.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11426,14 +11426,14 @@ It is to used for inputs in other packages.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vwqr8p75zxyghcjlm5n2d52amgpqagjwnmba9zhvcnd3cqpdjpb"))))
|
||||
(base32 "01cpck1qy91r74q86qkw3dh62zrzwdpqlbzwrxzsv0gpqz5pixc9"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/zitadel/oidc/v3"
|
||||
#:test-flags
|
||||
#~(list "-skip" (string-join
|
||||
#~(list "-vet=off"
|
||||
"-skip" (string-join
|
||||
;; Tests requring Internet access.
|
||||
(list "TestDiscover/spotify"
|
||||
"TestIntrospect"
|
||||
|
@ -11459,6 +11459,7 @@ It is to used for inputs in other packages.")
|
|||
go-github-com-zitadel-logging
|
||||
go-github-com-zitadel-schema
|
||||
go-go-opentelemetry-io-otel
|
||||
go-go-opentelemetry-io-otel-trace
|
||||
go-golang-org-x-oauth2
|
||||
go-golang-org-x-text))
|
||||
(home-page "https://github.com/zitadel/oidc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue