gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.20. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic76d494bde95315315a153211f241d80de17ce92master
parent
10ecec291e
commit
274b363253
|
@ -4467,7 +4467,7 @@ The yaml package supports most of YAML 1.2, but preserves some behavior from
|
|||
(define-public go-github-com-mattn-go-isatty
|
||||
(package
|
||||
(name "go-github-com-mattn-go-isatty")
|
||||
(version "0.0.11")
|
||||
(version "0.0.20")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4477,7 +4477,7 @@ The yaml package supports most of YAML 1.2, but preserves some behavior from
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h671sv7hfprja495kavazkalkx7xzaqksjh13brcnwq67ijrali"))))
|
||||
"0g63n9wpb991qnq9mn2kvd8jk1glrp6gnd851kvwz2wmzdkggiga"))))
|
||||
(build-system go-build-system)
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
|
|
Reference in New Issue