gnu: go-github-com-mattn-go-isatty: Use upstream version string.

* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Use upstream
version.
This commit is contained in:
Leo Famulari 2019-03-13 16:15:46 -04:00
parent b3f0f8a62e
commit 24e3520dd0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1855,30 +1855,28 @@ (define-public go-gopkg-in-yaml-v2
(license license:asl2.0)))) (license license:asl2.0))))
(define-public go-github-com-mattn-go-isatty (define-public go-github-com-mattn-go-isatty
(let ((commit "6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c") (package
(revision "0")) (name "go-github-com-mattn-go-isatty")
(package (version "0.0.4")
(name "go-github-com-mattn-go-isatty") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/mattn/go-isatty")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/mattn/go-isatty") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w"))))
(base32 (build-system go-build-system)
"0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/mattn/go-isatty"))
(arguments (home-page "https://github.com/mattn/go-isatty")
'(#:import-path "github.com/mattn/go-isatty")) (synopsis "Provide @code{isatty} for Golang")
(home-page "https://github.com/mattn/go-isatty") (description "This package provides @code{isatty}, a Go module that can
(synopsis "Provide @code{isatty} for Golang")
(description "This package provides @code{isatty}, a Go module that can
tell you whether a file descriptor points to a terminal and the type of the tell you whether a file descriptor points to a terminal and the type of the
terminal.") terminal.")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-mattn-go-colorable (define-public go-github-com-mattn-go-colorable
(let ((commit "efa589957cd060542a26d2dd7832fd6a6c6c3ade") (let ((commit "efa589957cd060542a26d2dd7832fd6a6c6c3ade")