guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 70d0b446911833bea8a0346b52f2f379e24bd493
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 12 22:52:26 2026 +0100
gnu: go-golang-org-x-tools: Update to 0.46.0.
* gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.46.0.
Change-Id: Id8167f1c7404d245bdb9fa1fa6715a8ec63c10d5
---
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 754d944e67..9e744c50c3 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1457,7 +1457,7 @@ time.")
(define-public go-golang-org-x-tools
(package
(name "go-golang-org-x-tools")
- (version "0.44.0")
+ (version "0.46.0")
(source
(origin
(method git-fetch)
@@ -1466,7 +1466,7 @@ time.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0inivp0ih1ykl184d4sbshyb1crayj9iayl012ms1b2x0rjg5l0p"))
+ (base32 "083pzd2i4ir7f3fg1h34q4wgy21jk2d1lik2hb3l5fsjzpw462bq"))
(modules '((guix build utils)))
(snippet
'(begin