mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: go-github-com-k0kubun-go-ansi: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-k0kubun-go-ansi): Sort variable alphabetically. Change-Id: I9dded01ad0592793680b5d7af3197781239d1137
This commit is contained in:
parent
bf1e063be3
commit
bd7bf242f5
1 changed files with 25 additions and 25 deletions
|
@ -1300,31 +1300,6 @@ (define-public go-github-com-fatih-color
|
|||
defined output to the standard output.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-k0kubun-go-ansi
|
||||
(package
|
||||
(name "go-github-com-k0kubun-go-ansi")
|
||||
(version "0.0.0-20180517002512-3bf9e2903213")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/k0kubun/go-ansi")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "117afax4l268rbswf02icbgxncmd1pk2abkz7cv26iyszi8l26dq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/k0kubun/go-ansi"))
|
||||
(home-page "https://github.com/k0kubun/go-ansi")
|
||||
(synopsis "Windows-portable ANSI escape sequence utility for Golang")
|
||||
(description
|
||||
"This library converts ANSI escape sequences to Windows API calls on
|
||||
Windows environment. You can easily use this feature by replacing fmt with
|
||||
ansi.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-gabriel-vasile-mimetype
|
||||
(package
|
||||
(name "go-github-com-gabriel-vasile-mimetype")
|
||||
|
@ -1967,6 +1942,31 @@ (define-public go-github-com-ianlancetaylor-demangle
|
|||
ABI}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-k0kubun-go-ansi
|
||||
(package
|
||||
(name "go-github-com-k0kubun-go-ansi")
|
||||
(version "0.0.0-20180517002512-3bf9e2903213")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/k0kubun/go-ansi")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "117afax4l268rbswf02icbgxncmd1pk2abkz7cv26iyszi8l26dq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/k0kubun/go-ansi"))
|
||||
(home-page "https://github.com/k0kubun/go-ansi")
|
||||
(synopsis "Windows-portable ANSI escape sequence utility for Golang")
|
||||
(description
|
||||
"This library converts ANSI escape sequences to Windows API calls on
|
||||
Windows environment. You can easily use this feature by replacing fmt with
|
||||
ansi.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-k0kubun-pp
|
||||
(package
|
||||
(name "go-github-com-k0kubun-pp")
|
||||
|
|
Loading…
Reference in a new issue