diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-11 16:23:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-11 16:23:29 +0100 |
| commit | fc046443f41f6fc6b344ceafe47fff8cdb66918a (patch) | |
| tree | 0f238756948a6f11fd552dfc0c4650cd974c3570 /gnu/packages | |
| parent | 3ba7261e8707217744a10ded6c1795d8e7ea4bf2 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang-web.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 23d880632b0..ecf4d0c68e2 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -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") |
