guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: go-honnef-co-go-tools: Update to 0.4.6.


From: guix-commits
Subject: 10/10: gnu: go-honnef-co-go-tools: Update to 0.4.6.
Date: Wed, 31 Jan 2024 17:01:24 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit bf7991a8c767abd32cfb2c92e3d57665a7cabf00
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jan 31 21:56:37 2024 +0000

    gnu: go-honnef-co-go-tools: Update to 0.4.6.
    
    * gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.6.
    
    Change-Id: Iac26c3147104a06a72e5910edb9fb3deba6be486
---
 gnu/packages/golang-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 7d5b1d5fdf..fc142d87e7 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -622,7 +622,7 @@ custom assertions to be used alongside native Go testing.")
 (define-public go-honnef-co-go-tools
   (package
     (name "go-honnef-co-go-tools")
-    (version "0.3.3")
+    (version "0.4.6")
     (source
      (origin
        (method git-fetch)
@@ -632,7 +632,7 @@ custom assertions to be used alongside native Go testing.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "099z04v7vvwwglnps315s9fmal68xvzlc1g8m26iqi980grbwn32"))))
+         "0qikkhanmc0vrpgvs0c44y853n88m8qqsk08zry6mvm8f41pgjhi"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "honnef.co/go/tools"



reply via email to

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