[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/169: gnu: gopls: Update to 0.16.2.
From: |
guix-commits |
Subject: |
58/169: gnu: gopls: Update to 0.16.2. |
Date: |
Thu, 26 Sep 2024 09:25:39 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ed6d823d23fb1ec421034cdc6581938feb933c36
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 10:33:36 2024 +0100
gnu: gopls: Update to 0.16.2.
* gnu/packages/golang.scm (gopls): Update to 0.16.2.
[native-inputs]: Remove go-github-com-jba-printsrc,
go-github-com-sergi-go-diff,
go-golang-org-x-sys, and go-golang-org-x-tools; add
go-golang-org-x-telemetry.
Change-Id: Ia21d8816796d424c6dc83441469385eaa24f6031
---
gnu/packages/golang.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0cbbdd3930..f967c174dc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3085,16 +3085,16 @@ command-line parsers.")
(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.13.2")
+ (version "0.16.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/tools")
- (commit (string-append "gopls/v" version))))
+ (commit (go-version->git-ref version #:subdir "gopls"))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qym2c0xvv6vcgwh0kz8sw094r88lzrl08xpvmg08lrqi00ma6kx"))))
+ (base32 "1l6mkh4v0f602spw3zdmkxqizk32zvgpfy461sinqwhlag8v8v3a"))))
(build-system go-build-system)
(arguments
(list
@@ -3105,17 +3105,16 @@ command-line parsers.")
#~(modify-phases %standard-phases
(add-before 'unpack 'override-tools
(lambda _
+ ;; XXX: Write a procedure deleting all but current module source
+ ;; to cover case with monorepo.
(delete-file-recursively "src/golang.org/x/tools"))))))
(native-inputs
(list go-github-com-google-go-cmp
- go-github-com-jba-printsrc
go-github-com-jba-templatecheck
- go-github-com-sergi-go-diff
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
- 19/169: gnu: go-1.20: Build with gccgo-12 on some systems., (continued)
- 19/169: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/09/26
- 42/169: gnu: go-github-com-prometheus-exporter-toolkit: Fix build., guix-commits, 2024/09/26
- 34/169: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/09/26
- 16/169: import/go: Add comment about monorepo., guix-commits, 2024/09/26
- 30/169: gnu: go-golang-org-x-xerrors: Update to 0.0.0-20200804184101-5ec99f83aff1., guix-commits, 2024/09/26
- 26/169: gnu: go-golang-org-x-net: Update to 0.29.0., guix-commits, 2024/09/26
- 33/169: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/09/26
- 24/169: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/09/26
- 45/169: gnu: go-github-com-libp2p-go-libp2p: Fix build., guix-commits, 2024/09/26
- 51/169: gnu: go-github-com-google-go-cmdtest: Fix indentation, guix-commits, 2024/09/26
- 58/169: gnu: gopls: Update to 0.16.2.,
guix-commits <=
- 61/169: gnu: go-golang-org-x-crypto: Update to 0.27.0., guix-commits, 2024/09/26
- 63/169: gnu: go-github-com-google-go-querystring: Fix indentation., guix-commits, 2024/09/26
- 66/169: gnu: go-github-com-google-goterm: Fix indentation., guix-commits, 2024/09/26
- 75/169: gnu: go-github-com-google-gopacket: Move to golang-web., guix-commits, 2024/09/26
- 67/169: gnu: go-github-com-google-goterm: Move to golang-xyz., guix-commits, 2024/09/26
- 84/169: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/09/26
- 68/169: gnu: go-github-com-tomnomnom-gron: Improve package style., guix-commits, 2024/09/26
- 18/169: gnu: go-1.23: Update to 1.23.1., guix-commits, 2024/09/26
- 82/169: gnu: go-github-com-go-git-go-git-fixtures-v4: Keep all phases., guix-commits, 2024/09/26
- 86/169: gnu: go-github-com-go-git-go-billy: Rename variable., guix-commits, 2024/09/26