all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63823] [PATCH 1/1] gnu: gopls: Update to 0.12.0.
@ 2023-06-01 12:18 Katherine Cox-Buday
  2023-06-02  4:20 ` bug#63823: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Katherine Cox-Buday @ 2023-06-01 12:18 UTC (permalink / raw)
  To: 63823; +Cc: Katherine Cox-Buday

* gnu/packages/golang.scm (gopls): Update to 0.12.0.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 60ae34dc64..d51c023808 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3603,7 +3603,7 @@ (define-public go-golang-org-x-vuln
 (define-public gopls
   (package
     (name "gopls")
-    (version "0.11.0")
+    (version "0.12.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3612,7 +3612,7 @@ (define-public gopls
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1l9y1rp7x51s6dnjn227fhdlnz4z1h41jn3x1aq49qki241w7m73"))))
+                "04bq7rh6d6mgxm0lsi8y9v1x7cgx4nvjlsyvxl89r6rcqh3n1lfb"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "golang.org/x/tools/gopls"

base-commit: 6ea2e1105ad66062996eabb8af747c6ada353717
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63823: [PATCH 1/1] gnu: gopls: Update to 0.12.0.
  2023-06-01 12:18 [bug#63823] [PATCH 1/1] gnu: gopls: Update to 0.12.0 Katherine Cox-Buday
@ 2023-06-02  4:20 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-06-02  4:20 UTC (permalink / raw)
  To: 63823-done; +Cc: control

Hi Katherine,

Thanks for the patch. Applied.

all best,

jgart




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-02  4:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 12:18 [bug#63823] [PATCH 1/1] gnu: gopls: Update to 0.12.0 Katherine Cox-Buday
2023-06-02  4:20 ` bug#63823: " jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.