mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gopls: Update to 0.12.0.
* gnu/packages/golang.scm (gopls): Update to 0.12.0.
This commit is contained in:
parent
9dacecb111
commit
195c91b793
1 changed files with 2 additions and 2 deletions
|
@ -3603,7 +3603,7 @@ the @url{https://vuln.go.dev,Go Vulnerability Database}.")
|
||||||
(define-public gopls
|
(define-public gopls
|
||||||
(package
|
(package
|
||||||
(name "gopls")
|
(name "gopls")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3612,7 +3612,7 @@ the @url{https://vuln.go.dev,Go Vulnerability Database}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l9y1rp7x51s6dnjn227fhdlnz4z1h41jn3x1aq49qki241w7m73"))))
|
"04bq7rh6d6mgxm0lsi8y9v1x7cgx4nvjlsyvxl89r6rcqh3n1lfb"))))
|
||||||
(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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue