me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 2 deletions

View File

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