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:
Sharlatan Hellseher 2024-07-13 23:50:00 +01:00
parent 1b650288e5
commit cd7098f932
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")