mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gopls: Update to 0.18.1.
* gnu/packages/golang-xyz.scm (gopls): Update to 0.18.1. [native-inputs]: Add go-golang-org-x-sys and go-golang-org-x-tools. Change-Id: I15aec413e66f944cc64d9898daee4b7910c2680f
This commit is contained in:
parent
6d9c5b8812
commit
726cc81f25
1 changed files with 4 additions and 2 deletions
|
@ -19736,7 +19736,7 @@ tool."))))
|
|||
(name "gopls")
|
||||
;; 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.17.1")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19745,7 +19745,7 @@ tool."))))
|
|||
(commit (go-version->git-ref version #:subdir "gopls"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qksn79nc94fig5bia0l8h7fzm1zbn9rvya25hwf0f18v8a0id9l"))))
|
||||
(base32 "0s396bjwac1acrlpbp7k7xfyhmkykyxc08w6hirbdhlq8vg923p7"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -19771,8 +19771,10 @@ tool."))))
|
|||
go-github-com-jba-templatecheck
|
||||
go-golang-org-x-mod
|
||||
go-golang-org-x-sync
|
||||
go-golang-org-x-sys
|
||||
go-golang-org-x-telemetry
|
||||
go-golang-org-x-text
|
||||
go-golang-org-x-tools
|
||||
go-golang-org-x-vuln
|
||||
go-gopkg-in-yaml-v3
|
||||
go-honnef-co-go-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue