emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63823: closed ([PATCH 1/1] gnu: gopls: Update to 0.12.0.)


From: GNU bug Tracking System
Subject: bug#63823: closed ([PATCH 1/1] gnu: gopls: Update to 0.12.0.)
Date: Fri, 02 Jun 2023 04:21:02 +0000

Your message dated Fri, 02 Jun 2023 04:20:39 +0000
with message-id <af9aeb9ba61cd34d529d8d7c50690cb9@dismail.de>
and subject line Re: [PATCH 1/1] gnu: gopls: Update to 0.12.0.
has caused the debbugs.gnu.org bug report #63823,
regarding [PATCH 1/1] gnu: gopls: Update to 0.12.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63823: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63823
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/1] gnu: gopls: Update to 0.12.0. Date: Thu, 1 Jun 2023 06:18:32 -0600
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/1] gnu: gopls: Update to 0.12.0. Date: Fri, 02 Jun 2023 04:20:39 +0000
Hi Katherine,

Thanks for the patch. Applied.

all best,

jgart


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]