guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit be1b4394bac61d233802aaf486186005879dc13a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 20:56:26 2026 +0100
gnu: go-github-com-mattn-go-isatty: Update to 0.0.22.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-isatty): Update to
0.0.22.
Change-Id: I20f69475dbb231ea4ab43f95921c7860791b5077
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 98ba7a2075..d8f4109d02 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -18899,7 +18899,7 @@ to handle ANSI color escapes on Windows.")
(define-public go-github-com-mattn-go-isatty
(package
(name "go-github-com-mattn-go-isatty")
- (version "0.0.20")
+ (version "0.0.22")
(source
(origin
(method git-fetch)
@@ -18908,7 +18908,7 @@ to handle ANSI color escapes on Windows.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0g63n9wpb991qnq9mn2kvd8jk1glrp6gnd851kvwz2wmzdkggiga"))))
+ (base32 "1f9zfs41wnpyniykx0rxxza7z1yxb0j2pf1b385cs9b49mxvy8fp"))))
(build-system go-build-system)
(arguments
(list