mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: go-github-com-mattn-go-colorable: Update to 0.1.13.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.13 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
274b363253
commit
b6231253ce
1 changed files with 2 additions and 2 deletions
|
@ -4493,7 +4493,7 @@ (define-public go-github-com-mattn-go-isatty
|
|||
(define-public go-github-com-mattn-go-colorable
|
||||
(package
|
||||
(name "go-github-com-mattn-go-colorable")
|
||||
(version "0.1.8")
|
||||
(version "0.1.13")
|
||||
(home-page "https://github.com/mattn/go-colorable")
|
||||
(source
|
||||
(origin
|
||||
|
@ -4504,7 +4504,7 @@ (define-public go-github-com-mattn-go-colorable
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q34zqwbnls72md8q8mhj368s7p3i4xspvs3rk8fs76s0pn7dr2l"))))
|
||||
"05hl2ddp67p5kj3ix4zzqqjh4fan4ban3vgw8f98simwigs3q41j"))))
|
||||
(build-system go-build-system)
|
||||
(native-inputs
|
||||
(list go-github-com-mattn-go-isatty))
|
||||
|
|
Loading…
Reference in a new issue