diff options
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 7dee2adefc..47c39122bf 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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)) |