[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/76: gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815.
From: |
guix-commits |
Subject: |
50/76: gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815. |
Date: |
Mon, 15 Jul 2024 07:19:47 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 07dbf74fb83c17cb9851ff4fa2f3435feaab1083
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jul 13 18:29:08 2024 +0100
gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815.
* gnu/packages/golang.scm (govulncheck): Update to
0.0.0-20230110180137-6ad3e3d07815.
[arguments]: <#:tests?>: Disable as requiring network access.
<#:import-path>: Adjust to reflect go.mod for cmd/.
<#:unpack-path>: Add it.
<#:phases>: Remove all redundant custom phases.
Change-Id: I57dd70fd2e018d9d92a2170d7e9c32080d7d2c2c
---
gnu/packages/golang.scm | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4d1a07355c..dd629ad29c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3157,7 +3157,9 @@ command-line parsers.")
(define-public govulncheck
(package
(name "govulncheck")
- (version "0.0.0-20221229164908-ebf31f7dc3ef")
+ ;; XXX: Newer version of govulncheck requires golang.org/x/telemetry,
+ ;; which needs to be discussed if it may be included in Guix.
+ (version "0.0.0-20230110180137-6ad3e3d07815")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3166,23 +3168,13 @@ command-line parsers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w055g90k7anrrcvfrsqklxzl9pl0vqdiwpayj9f0brwys9xhj7d"))))
+ "1fhz27ni8bs872rgvqq700qacak9v45zy0fh2hilq21sk6dks72r"))))
(build-system go-build-system)
(arguments
- `(#:import-path "golang.org/x/vuln"
+ `(#:tests? #f ; it tires to download modules from the network
#:install-source? #f
- #:phases ,#~(modify-phases %standard-phases
- (add-after 'unpack 'remove-go-mod-tidy
- (lambda _
- (substitute* "src/golang.org/x/vuln/checks.bash"
- (("go mod tidy")
- #$(file-append coreutils-minimal "/bin/true")))))
- (replace 'build
- (lambda arguments
- (apply (assoc-ref %standard-phases
- 'build)
- `(,@arguments #:import-path
- "golang.org/x/vuln/cmd/govulncheck")))))))
+ #:import-path "golang.org/x/vuln/cmd/govulncheck"
+ #:unpack-path "golang.org/x/vuln"))
(native-inputs (list coreutils-minimal))
(inputs (list go-golang-org-x-sys
go-github-com-google-renameio
- 32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests., (continued)
- 32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests., guix-commits, 2024/07/15
- 33/76: gnu: go-github-com-go-sql-driver-mysql: Update to 1.8.1., guix-commits, 2024/07/15
- 34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0., guix-commits, 2024/07/15
- 35/76: gnu: go-github-com-golangplus-fmt: Disable tests., guix-commits, 2024/07/15
- 36/76: gnu: ghq: Update to 1.6.2., guix-commits, 2024/07/15
- 40/76: gnu: go-github-com-muesli-reflow-wordwrap: Consolidate other packages., guix-commits, 2024/07/15
- 41/76: gnu: Add go-github-com-aymanbagabas-go-osc52-v2., guix-commits, 2024/07/15
- 42/76: gnu: go-github-com-muesli-termenv: Update to 0.15.2., guix-commits, 2024/07/15
- 44/76: gnu: packages/golang-chrypto: Sort some packages., guix-commits, 2024/07/15
- 46/76: gnu: go-filippo-io-age: Update to 1.2.0., guix-commits, 2024/07/15
- 50/76: gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815.,
guix-commits <=
- 49/76: gnu: go-honnef-co-go-tools: Enable tests., guix-commits, 2024/07/15
- 51/76: gnu: govulncheck: Adjust package style., guix-commits, 2024/07/15
- 52/76: gnu: govulncheck: Swap inheritance with go-golang-org-x-vuln., guix-commits, 2024/07/15
- 54/76: gnu: gopls: Adjust package style, guix-commits, 2024/07/15
- 55/76: gnu: unparam: Update to 0.0.0-20240528143540-8a5130ca722f., guix-commits, 2024/07/15
- 56/76: gnu: go-github-com-dhowett-go-plist: Update to 1.0.1., guix-commits, 2024/07/15
- 58/76: gnu: go-github-com-dhowett-go-plist: Rename variable., guix-commits, 2024/07/15
- 59/76: gnu: go-github-com-twpayne-go-xdg: Rename variable., guix-commits, 2024/07/15
- 69/76: gnu: demlo: Update to 3.8-1.985f810., guix-commits, 2024/07/15
- 62/76: gnu: chezmoi: Fix build., guix-commits, 2024/07/15