mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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: Ic76d494bde95315315a153211f241d80de17ce92
This commit is contained in:
parent
10ecec291e
commit
274b363253
1 changed files with 2 additions and 2 deletions
|
@ -4467,7 +4467,7 @@ (define-public go-github-com-matrix-org-gomatrix
|
|||
(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 @@ (define-public go-github-com-mattn-go-isatty
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h671sv7hfprja495kavazkalkx7xzaqksjh13brcnwq67ijrali"))))
|
||||
"0g63n9wpb991qnq9mn2kvd8jk1glrp6gnd851kvwz2wmzdkggiga"))))
|
||||
(build-system go-build-system)
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
|
|
Loading…
Reference in a new issue