mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-honnef-co-go-tools: Update to 0.4.7.
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.7. [propagated-inputs]: Remove go-golang-org-x-exp; add go-golang-org-x-exp-typeparams. Change-Id: I77b90278f35b467521da89fbf222bc1a75b98012
This commit is contained in:
parent
1cb1442a40
commit
59b22fbe0e
1 changed files with 3 additions and 3 deletions
|
@ -1323,7 +1323,7 @@ built-in @code{testing} package, but can be used in other contexts too.")
|
||||||
(define-public go-honnef-co-go-tools
|
(define-public go-honnef-co-go-tools
|
||||||
(package
|
(package
|
||||||
(name "go-honnef-co-go-tools")
|
(name "go-honnef-co-go-tools")
|
||||||
(version "0.4.6")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1333,7 +1333,7 @@ built-in @code{testing} package, but can be used in other contexts too.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qikkhanmc0vrpgvs0c44y853n88m8qqsk08zry6mvm8f41pgjhi"))))
|
"1n58skq2a0vhsgdfdkyqi00d3vv13kiw9b4mxx6xfyb6ysrdy7d1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "honnef.co/go/tools"
|
`(#:import-path "honnef.co/go/tools"
|
||||||
|
@ -1343,7 +1343,7 @@ built-in @code{testing} package, but can be used in other contexts too.")
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-burntsushi-toml
|
(list go-github-com-burntsushi-toml
|
||||||
go-golang-org-x-exp
|
go-golang-org-x-exp-typeparams
|
||||||
go-golang-org-x-mod
|
go-golang-org-x-mod
|
||||||
go-golang-org-x-tools))
|
go-golang-org-x-tools))
|
||||||
(home-page "https://staticcheck.dev/")
|
(home-page "https://staticcheck.dev/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue