guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 23bc46edfee4259d1cd69d6c2a6a18e673d295ae
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Sep 12 10:26:25 2025 +0100

    gnu: go-golang-org-x-tools: Update to 0.37.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.37.0.
    
    Change-Id: Ic9e5cbe0901d0631c9028bf81be4a1abfbbf5d51
---
 gnu/packages/golang-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index f6937b2e4e..b54475a1ce 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1199,7 +1199,7 @@ time.")
 (define-public go-golang-org-x-tools
   (package
     (name "go-golang-org-x-tools")
-    (version "0.33.0")
+    (version "0.37.0")
     (source
      (origin
        (method git-fetch)
@@ -1208,7 +1208,7 @@ time.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lbb4y1c5b4719pdhfcb90sdzagzsb2lw5hx8gizsba3cj0r0f25"))
+        (base32 "0l0srynl2cikmz089q5vqgifz6ll2ic1762fbfvak26vqbcx0knz"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to