gnu: go-github-com-fatih-color: Update to 1.16.0.
Fix lint warning: permanent redirect from <https://godoc.org/github.com/fatih/color> to <https://pkg.go.dev/github.com/fatih/color?utm_source=godoc> * gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.16.0. [home-page]: Adjust it to resolve lint warning. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I36921eab9350cb3581b58b5cb79fb0e04929045d
This commit is contained in:
parent
b6231253ce
commit
4a8db1ec82
1 changed files with 3 additions and 7 deletions
|
@ -6596,7 +6596,7 @@ filters for Go.")
|
||||||
(define-public go-github-com-fatih-color
|
(define-public go-github-com-fatih-color
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-fatih-color")
|
(name "go-github-com-fatih-color")
|
||||||
(version "1.8.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6605,11 +6605,7 @@ filters for Go.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zc0zlilf03h121f9jqq3ar0hfm7706547zysxp2qxbm920pz7h0"))
|
"15689x103gy9q7g7623rlvhwrw27p079ardapmrrag0sdwrx5bq2"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(delete-file-recursively "vendor")))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/fatih/color"))
|
'(#:import-path "github.com/fatih/color"))
|
||||||
|
@ -6619,7 +6615,7 @@ filters for Go.")
|
||||||
(synopsis "Print colored text in Go")
|
(synopsis "Print colored text in Go")
|
||||||
(description "This package provides an ANSI color package to output
|
(description "This package provides an ANSI color package to output
|
||||||
colorized or SGR defined output to the standard output.")
|
colorized or SGR defined output to the standard output.")
|
||||||
(home-page "https://godoc.org/github.com/fatih/color")
|
(home-page "https://pkg.go.dev/github.com/fatih/color")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-google-go-cmp-cmp
|
(define-public go-github-com-google-go-cmp-cmp
|
||||||
|
|
Reference in a new issue