guix-commits
[Top][All Lists]
Advanced

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

11/76: gnu: go-golang-org-x-tools: Update to 0.22.0.


From: guix-commits
Subject: 11/76: gnu: go-golang-org-x-tools: Update to 0.22.0.
Date: Mon, 15 Jul 2024 07:19:42 -0400 (EDT)

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

commit c5b72f0d0a8c3b88035695a529584555380da1cc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jul 3 22:07:25 2024 +0100

    gnu: go-golang-org-x-tools: Update to 0.22.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-tools): Update to 0.22.0.
    
    Change-Id: Ica3adba5fe4f72a2a6f10909c906e2e8ef2f503d
---
 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 8b2b41da1c..1f1b0f9e66 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -484,7 +484,7 @@ time.")
 (define-public go-golang-org-x-tools
   (package
     (name "go-golang-org-x-tools")
-    (version "0.5.0")
+    (version "0.22.0")
     (source
      (origin
        (method git-fetch)
@@ -493,7 +493,7 @@ time.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08kx2nndq3sr6xai7403mbsqvz5shxmp2icylfr2fmwagr59cb2n"))
+        (base32 "1jn73k6qiwa70cafdmyzczsimwqyzgl9wh9vmdjs96svf5nfzb5a"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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