mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: gopls: Update to 0.13.2.
* gnu/packages/golang.scm (gopls): Update to 0.13.2. [propagated-inputs]: Remove go-github-com-burntsushi-toml, go-github-com-google-safehtml, and go-golang-org-x-exp; add go-golang-org-x-tools. Change-Id: I9c9b34151749d04974c526e1eca2a6f4846e226f
This commit is contained in:
parent
5e1b47b8ad
commit
8b1d774272
1 changed files with 6 additions and 6 deletions
|
@ -3216,7 +3216,9 @@ (define-public govulncheck
|
||||||
(define-public gopls
|
(define-public gopls
|
||||||
(package
|
(package
|
||||||
(name "gopls")
|
(name "gopls")
|
||||||
(version "0.12.0")
|
;; XXX: Starting from 0.14.0 gppls needs golang.org/x/telemetry, which
|
||||||
|
;; needs to be discussed if it may be included in Guix.
|
||||||
|
(version "0.13.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3225,7 +3227,7 @@ (define-public gopls
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04bq7rh6d6mgxm0lsi8y9v1x7cgx4nvjlsyvxl89r6rcqh3n1lfb"))))
|
"1qym2c0xvv6vcgwh0kz8sw094r88lzrl08xpvmg08lrqi00ma6kx"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/tools/gopls"
|
`(#:import-path "golang.org/x/tools/gopls"
|
||||||
|
@ -3243,13 +3245,11 @@ (define-public gopls
|
||||||
go-golang-org-x-sync
|
go-golang-org-x-sync
|
||||||
go-golang-org-x-sys
|
go-golang-org-x-sys
|
||||||
go-golang-org-x-text
|
go-golang-org-x-text
|
||||||
|
go-golang-org-x-tools
|
||||||
|
go-golang-org-x-vuln
|
||||||
go-gopkg-in-yaml-v3
|
go-gopkg-in-yaml-v3
|
||||||
go-honnef-co-go-tools
|
go-honnef-co-go-tools
|
||||||
go-github-com-burntsushi-toml
|
|
||||||
go-github-com-google-safehtml
|
|
||||||
go-golang-org-x-exp
|
|
||||||
go-mvdan-cc-gofumpt
|
go-mvdan-cc-gofumpt
|
||||||
go-golang-org-x-vuln
|
|
||||||
go-mvdan-cc-xurls))
|
go-mvdan-cc-xurls))
|
||||||
(home-page "https://golang.org/x/tools/gopls")
|
(home-page "https://golang.org/x/tools/gopls")
|
||||||
(synopsis "Official language server for the Go language")
|
(synopsis "Official language server for the Go language")
|
||||||
|
|
Loading…
Reference in a new issue