[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/74: gnu: go-github-com-coreos-go-oidc-v3: Update to 3.11.0.
From: |
guix-commits |
Subject: |
04/74: gnu: go-github-com-coreos-go-oidc-v3: Update to 3.11.0. |
Date: |
Thu, 25 Jul 2024 18:02:19 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 123dcb2f319126dc5314a440e07226bf9feb54c3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jul 15 15:53:27 2024 +0100
gnu: go-github-com-coreos-go-oidc-v3: Update to 3.11.0.
* gnu/packages/golang-web.scm (go-github-com-coreos-go-oidc-v3): Update to
3.11.0.
[arguments]: <#:unpack-path>: Remove it. <#:import-path>: Adjust to
reflect go.mod module path.
<#:phases>: Remove 'build phase. Use custom 'check.
[propagated-inputs]: Remove go-github-com-go-jose-go-jose-v3; add
go-github-com-go-jose-go-jose-v4 and go-golang-org-x-net.
Change-Id: Ibda17bed6eff43b1006199f4f5b3433ee922184f
---
gnu/packages/golang-web.scm | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a9213f1be8..a21339adb2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -633,7 +633,7 @@ and stop increasing when a certain threshold is met.")
(package
(inherit go-github-com-coreos-go-oidc)
(name "go-github-com-coreos-go-oidc-v3")
- (version "3.6.0")
+ (version "3.11.0")
(source
(origin
(method git-fetch)
@@ -642,13 +642,23 @@ and stop increasing when a certain threshold is met.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1sbm6n3lp48lymn0g921afhq2j6inb38w3wy5rhyx9h8gpzhnxx9"))))
+ (base32 "00nbv15pjfcfxdy0i4k366ricdm2cylhpwak3hmjlgh6lrzxypl9"))))
(arguments
- (list ;; no Go files in [...]/src/github.com/coreos/go-oidc/v3.
- #:import-path "github.com/coreos/go-oidc/v3/oidc"
- #:unpack-path "github.com/coreos/go-oidc/v3"))
+ (list
+ #:import-path "github.com/coreos/go-oidc/v3"
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; XXX: Workaround for go-build-system's lack of Go modules
+ ;; support.
+ (delete 'build)
+ (replace 'check
+ (lambda* (#:key tests? import-path #:allow-other-keys)
+ (when tests?
+ (with-directory-excursion (string-append "src/" import-path)
+ (invoke "go" "test" "-v" "./..."))))))))
(propagated-inputs
- (list go-github-com-go-jose-go-jose-v3
+ (list go-github-com-go-jose-go-jose-v4
+ go-golang-org-x-net
go-golang-org-x-oauth2))))
(define-public go-github-com-emicklei-go-restful
- 44/74: gnu: go-github-com-prometheus-common: Enable tests., (continued)
- 44/74: gnu: go-github-com-prometheus-common: Enable tests., guix-commits, 2024/07/25
- 49/74: gnu: go-github-com-oneofone-xxhash: Move to golang-crypto., guix-commits, 2024/07/25
- 57/74: gnu: go-github-com-nbrownus-go-metrics-prometheus: Move to prometheus., guix-commits, 2024/07/25
- 70/74: gnu: go-github-com-bits-and-blooms-bloom: Update to 3.7.0., guix-commits, 2024/07/25
- 62/74: gnu: go-netns: Update to 0.0.4., guix-commits, 2024/07/25
- 39/74: gnu: Add go-github-com-mwitkow-go-conntrack., guix-commits, 2024/07/25
- 50/74: gnu: go-github-com-cespare-xxhash: Rename variable., guix-commits, 2024/07/25
- 66/74: gnu: go-netlink: Update to 1.1.0., guix-commits, 2024/07/25
- 74/74: gnu: yggdrasil: Enable tests., guix-commits, 2024/07/25
- 73/74: gnu: yggdrasil: Adjust inputs., guix-commits, 2024/07/25
- 04/74: gnu: go-github-com-coreos-go-oidc-v3: Update to 3.11.0.,
guix-commits <=
- 08/74: gnu: go-github-com-google-go-cmp-cmp: Rename variable., guix-commits, 2024/07/25
- 12/74: gnu: go-google-golang-org-protobuf: Move to golang-build., guix-commits, 2024/07/25
- 13/74: gnu: go-github-com-golang-protobuf: Move to golang-build., guix-commits, 2024/07/25
- 23/74: gnu: go-github-com-go-test-deep: Update to 1.1.1., guix-commits, 2024/07/25
- 25/74: gnu: go-github-com-burntsushi-toml: Update to 1.4.0., guix-commits, 2024/07/25
- 20/74: gnu: go-go-etcd-io-gofail: Update to 0.2.0., guix-commits, 2024/07/25
- 28/74: gnu: go-github-com-aws-aws-sdk-go: Update to 1.55.2., guix-commits, 2024/07/25
- 27/74: gnu: Remove go-github-com-aws-sdk., guix-commits, 2024/07/25
- 32/74: gnu: nebula: Update to 1.9.3., guix-commits, 2024/07/25
- 35/74: gnu: go-github-com-prometheus-client-model: Move to prometheus., guix-commits, 2024/07/25