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:
parent
b3f0f8a62e
commit
24e3520dd0
|
@ -1855,17 +1855,15 @@ values.")
|
||||||
(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")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-go-isatty")
|
(name "go-github-com-mattn-go-isatty")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mattn/go-isatty")
|
(url "https://github.com/mattn/go-isatty")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1878,7 +1876,7 @@ values.")
|
||||||
(description "This package provides @code{isatty}, a Go module that can
|
(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")
|
||||||
|
|
Loading…
Reference in New Issue