~ruther/guix-local

fc046443f41f6fc6b344ceafe47fff8cdb66918a — Sharlatan Hellseher 6 months ago 3ba7261
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
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +5 -4
@@ 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")