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:
Hilton Chain 2023-07-29 01:19:54 +08:00 committed by Sharlatan Hellseher
parent 10ecec291e
commit 274b363253
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))