diff mbox series

[bug#63823,1/1] gnu: gopls: Update to 0.12.0.

Message ID 20230601121832.67597-1-cox.katherine.e@gmail.com
State New
Headers show
Series [bug#63823,1/1] gnu: gopls: Update to 0.12.0. | expand

Commit Message

Katherine Cox-Buday June 1, 2023, 12:18 p.m. UTC
* gnu/packages/golang.scm (gopls): Update to 0.12.0.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 6ea2e1105ad66062996eabb8af747c6ada353717

Comments

jgart June 2, 2023, 4:20 a.m. UTC | #1
Hi Katherine,

Thanks for the patch. Applied.

all best,

jgart
diff mbox series

Patch

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"