~ruther/guix-local

c2a68922c31ab54714933e5b0f2e857f303cb89f — Sharlatan Hellseher 3 months ago b9aef52
gnu: go-github-com-zitadel-oidc-v3: Update to 3.45.0.

* gnu/packages/golang-web.scm (go-github-com-zitadel-oidc-v3): Update to 3.45.0.
[arguments] <test-flags>: Remove "-vet=off" option, as no longer required.

Change-Id: I1fecf5525f25ef1e0506f372d861e0fdaf6db3d2
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +3 -4
@@ 12917,7 12917,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.43.0")
    (version "3.45.0")
    (source
     (origin
       (method git-fetch)


@@ 12926,14 12926,13 @@ It is to used for inputs in other packages.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "01cpck1qy91r74q86qkw3dh62zrzwdpqlbzwrxzsv0gpqz5pixc9"))))
        (base32 "14wqsrbyrd88czkjnl3x8b7cwaya7x2rvkks3pdm5d6l4aljg0r7"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/zitadel/oidc/v3"
      #:test-flags
      #~(list "-vet=off"
              "-skip" (string-join
      #~(list "-skip" (string-join
                       ;; Tests requring Internet access.
                       (list "TestDiscover/spotify"
                             "TestIntrospect"