me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-07-13 14:49:07 +01:00
parent 1cb1442a40
commit 59b22fbe0e
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 3 deletions

View File

@ -1323,7 +1323,7 @@ built-in @code{testing} package, but can be used in other contexts too.")
(define-public go-honnef-co-go-tools
(package
(name "go-honnef-co-go-tools")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(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))
(sha256
(base32
"0qikkhanmc0vrpgvs0c44y853n88m8qqsk08zry6mvm8f41pgjhi"))))
"1n58skq2a0vhsgdfdkyqi00d3vv13kiw9b4mxx6xfyb6ysrdy7d1"))))
(build-system go-build-system)
(arguments
`(#: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))))
(propagated-inputs
(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-tools))
(home-page "https://staticcheck.dev/")