gnu: go-github-com-mattn-go-colorable: Update to 0.1.8.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
81c7f13d74
commit
39488edb2d
1 changed files with 23 additions and 25 deletions
|
@ -2120,32 +2120,30 @@ terminal.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mattn-go-colorable
|
(define-public go-github-com-mattn-go-colorable
|
||||||
(let ((commit "efa589957cd060542a26d2dd7832fd6a6c6c3ade")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-go-colorable")
|
(name "go-github-com-mattn-go-colorable")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.1.8")
|
||||||
|
(home-page "https://github.com/mattn/go-colorable")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mattn/go-colorable")
|
(url home-page)
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kshi4hvm0ayrsxqxy0599iv81kryhd2fn9lwjyczpj593cq069r"))))
|
"0q34zqwbnls72md8q8mhj368s7p3i4xspvs3rk8fs76s0pn7dr2l"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("go-github-com-mattn-go-isatty"
|
`(("go-github-com-mattn-go-isatty"
|
||||||
,go-github-com-mattn-go-isatty)))
|
,go-github-com-mattn-go-isatty)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/mattn/go-colorable"))
|
'(#:import-path "github.com/mattn/go-colorable"))
|
||||||
(home-page "https://github.com/mattn/go-colorable")
|
|
||||||
(synopsis "Handle ANSI color escapes on Windows")
|
(synopsis "Handle ANSI color escapes on Windows")
|
||||||
(description "This package provides @code{colorable}, a module that
|
(description "This package provides @code{colorable}, a module that
|
||||||
makes it possible to handle ANSI color escapes on Windows.")
|
makes it possible to handle ANSI color escapes on Windows.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mattn-go-pointer
|
(define-public go-github-com-mattn-go-pointer
|
||||||
(let ((commit "a0a44394634f41e4992b173b24f14fecd3318a67")
|
(let ((commit "a0a44394634f41e4992b173b24f14fecd3318a67")
|
||||||
|
|
Reference in a new issue