guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: go-gotest-tools-package: Add comment.


From: guix-commits
Subject: 02/02: gnu: go-gotest-tools-package: Add comment.
Date: Mon, 10 Feb 2020 11:02:57 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 2d1232e071e97c1b4f4369315a71f9bac5d2656c
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Mon Feb 10 17:02:37 2020 +0100

    gnu: go-gotest-tools-package: Add comment.
    
    * gnu/packages/golang.scm (go-gotest-tools-package): Add comment.
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b1e97ea..c27fd6b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3115,6 +3115,8 @@ common task.")
     (sha256
      (base32 sha256-base32-hash))))
 
+;; Note that version 3.0.0 is incompatible to 2.3.0.
+;; See also <https://github.com/gotestyourself/gotest.tools/issues/166>.
 (define (go-gotest-tools-package suffix)
   (package
     (name (string-append "go-gotest-tools-"



reply via email to

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