gnu: go-github-com-mattn-go-isatty: Update to 0.0.7.

* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.7.
[propagated-inputs]: Add go-golang-org-x-sys-unix.
This commit is contained in:
Leo Famulari 2019-06-04 13:24:40 -04:00
parent eeccd2e575
commit 36bb1d5a9f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1914,7 +1914,7 @@ (define-public go-gopkg-in-yaml-v2
(define-public go-github-com-mattn-go-isatty (define-public go-github-com-mattn-go-isatty
(package (package
(name "go-github-com-mattn-go-isatty") (name "go-github-com-mattn-go-isatty")
(version "0.0.4") (version "0.0.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1924,8 +1924,10 @@ (define-public go-github-com-mattn-go-isatty
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) "1i77aq4gf9as03m8fpfh8fq49n4z9j7548blrcsidm1xhslzk5xd"))))
(build-system go-build-system) (build-system go-build-system)
(propagated-inputs
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
(arguments (arguments
'(#:import-path "github.com/mattn/go-isatty")) '(#:import-path "github.com/mattn/go-isatty"))
(home-page "https://github.com/mattn/go-isatty") (home-page "https://github.com/mattn/go-isatty")