mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: go-github-com-mgutz-ansi: Update to 0.0.0-20200706080929-d51e80ef957d.
* gnu/packages/golang-xyz.scm (go-github-com-mgutz-ansi): Update to 0.0.0-20200706080929-d51e80ef957d. Change-Id: Ic7b1d3f8e6f701eba3bc9b442b13ce2bee3cf315
This commit is contained in:
parent
b3e4b12c25
commit
44b3afa52a
1 changed files with 4 additions and 6 deletions
|
@ -4477,21 +4477,19 @@ (define-public go-github-com-matttproud-golang-protobuf-extensions-v2
|
|||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-mgutz-ansi
|
||||
(let ((commit "9520e82c474b0a04dd04f8a40959027271bab992")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-mgutz-ansi")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version "0.0.0-20200706080929-d51e80ef957d")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
"https://github.com/mgutz/ansi")
|
||||
(commit commit)))
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00bz22314j26736w1f0q4jy9d9dfaml17vn890n5zqy3cmvmww1j"))))
|
||||
(base32 "1yfj9fj1m7wfvlmf328w8awyvqsvjmyv9yfsnv9r8al9i9wrv3j5"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/mgutz/ansi"))
|
||||
|
@ -4502,7 +4500,7 @@ (define-public go-github-com-mgutz-ansi
|
|||
(description
|
||||
"This package provides @code{ansi}, a Go module that can generate ANSI
|
||||
colored strings.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-mitchellh-colorstring
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue