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 @@ That is, @code{gofumpt} is happy with a subset of the formats that
(define-public unparam (define-public unparam
(package (package
(name "unparam") (name "unparam")
(version "0.0.0-20221223090309-7455f1af531d") (version "0.0.0-20240528143540-8a5130ca722f")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -8084,12 +8084,16 @@ That is, @code{gofumpt} is happy with a subset of the formats that
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wynf0b32azxljncw5fh9bwkxpdflvf9q1z16wyj432566yjh12c")))) "0qrwszcmb5slbzkq3acw57b896z22zwkv6cf6ldxwlc6p179g009"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "mvdan.cc/unparam")) `(;; FIXME: <...>-go-1.21.5/lib/go/src/runtime/cgo/cgo.go:33:8: could not
(inputs (list go-golang-org-x-sys go-golang-org-x-mod ;; import C (no metadata for C)
go-github-com-pkg-diff go-golang-org-x-tools ;; <...>-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)) go-github-com-rogpeppe-go-internal))
(home-page "https://mvdan.cc/unparam/") (home-page "https://mvdan.cc/unparam/")
(synopsis "Find unused parameters in Go") (synopsis "Find unused parameters in Go")