From 2d1232e071e97c1b4f4369315a71f9bac5d2656c Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Mon, 10 Feb 2020 17:02:37 +0100 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index b1e97eaf45..c27fd6bdb4 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3115,6 +3115,8 @@ (define (go-gotest-tools-source version sha256-base32-hash) (sha256 (base32 sha256-base32-hash)))) +;; Note that version 3.0.0 is incompatible to 2.3.0. +;; See also . (define (go-gotest-tools-package suffix) (package (name (string-append "go-gotest-tools-" -- cgit v1.2.3