mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: unparam: Update to 0.0.0-20240528143540-8a5130ca722f.
* gnu/packages/golang.scm (unparam): Update to 0.0.0-20240528143540-8a5130ca722f. [inputs]: Remove go-golang-org-x-sys and go-golang-org-x-mod. Change-Id: Ic817b92eb6bcad75ab4abb65e9e112ac5423e539
This commit is contained in:
parent
1b650288e5
commit
cd7098f932
1 changed files with 9 additions and 5 deletions
|
@ -8075,7 +8075,7 @@ (define-public go-mvdan-cc-gofumpt
|
|||
(define-public unparam
|
||||
(package
|
||||
(name "unparam")
|
||||
(version "0.0.0-20221223090309-7455f1af531d")
|
||||
(version "0.0.0-20240528143540-8a5130ca722f")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8084,12 +8084,16 @@ (define-public unparam
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wynf0b32azxljncw5fh9bwkxpdflvf9q1z16wyj432566yjh12c"))))
|
||||
"0qrwszcmb5slbzkq3acw57b896z22zwkv6cf6ldxwlc6p179g009"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "mvdan.cc/unparam"))
|
||||
(inputs (list go-golang-org-x-sys go-golang-org-x-mod
|
||||
go-github-com-pkg-diff go-golang-org-x-tools
|
||||
`(;; FIXME: <...>-go-1.21.5/lib/go/src/runtime/cgo/cgo.go:33:8: could not
|
||||
;; import C (no metadata for C)
|
||||
;; <...>-go-1.21.5/lib/go/src/net/cgo_linux.go:12:8: could not import C
|
||||
;; (no metadata for C)
|
||||
#:tests? #f
|
||||
#:import-path "mvdan.cc/unparam"))
|
||||
(inputs (list go-github-com-pkg-diff go-golang-org-x-tools
|
||||
go-github-com-rogpeppe-go-internal))
|
||||
(home-page "https://mvdan.cc/unparam/")
|
||||
(synopsis "Find unused parameters in Go")
|
||||
|
|
Loading…
Reference in a new issue