gnu: go-github-com-mitchellh-colorstring: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mitchellh-colorstring): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I298ae2f0e94847ff865375120e4953d290bbe883
This commit is contained in:
parent
60e120da22
commit
8ca2756e56
2 changed files with 23 additions and 22 deletions
|
@ -2507,6 +2507,29 @@ Domain Name Service}. The API follows the less-is-more principle, by
|
||||||
presenting a small interface.")
|
presenting a small interface.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-mitchellh-colorstring
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mitchellh-colorstring")
|
||||||
|
(version "0.0.0-20190213212951-d06e56a500db")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mitchellh/colorstring")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1d2mi5ziszfzdgaz8dg4b6sxa63nw1jnsvffacqxky6yz9m623kn"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/mitchellh/colorstring"))
|
||||||
|
(home-page "https://github.com/mitchellh/colorstring")
|
||||||
|
(synopsis "Functions to colorize strings for terminal output")
|
||||||
|
(description
|
||||||
|
"Colorstring provides functions for colorizing strings for terminal output.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-modern-go-concurrent
|
(define-public go-github-com-modern-go-concurrent
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-modern-go-concurrent")
|
(name "go-github-com-modern-go-concurrent")
|
||||||
|
|
|
@ -9122,28 +9122,6 @@ kubernetes-sigs/yaml is a permanent fork of
|
||||||
@url{https://github.com/ghodss/yaml,ghodss/yaml}.")
|
@url{https://github.com/ghodss/yaml,ghodss/yaml}.")
|
||||||
(license (list license:expat license:bsd-3))))
|
(license (list license:expat license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-mitchellh-colorstring
|
|
||||||
(package
|
|
||||||
(name "go-github-com-mitchellh-colorstring")
|
|
||||||
(version "0.0.0-20190213212951-d06e56a500db")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/mitchellh/colorstring")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1d2mi5ziszfzdgaz8dg4b6sxa63nw1jnsvffacqxky6yz9m623kn"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/mitchellh/colorstring"))
|
|
||||||
(home-page "https://github.com/mitchellh/colorstring")
|
|
||||||
(synopsis "Functions to colorize strings for terminal output")
|
|
||||||
(description
|
|
||||||
"Colorstring provides functions for colorizing strings for terminal output.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-google-go-jsonnet
|
(define-public go-github-com-google-go-jsonnet
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-go-jsonnet")
|
(name "go-github-com-google-go-jsonnet")
|
||||||
|
|
Reference in a new issue