mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: go-github-com-motemen-go-colorine: Update to 0.0.0-20180816141035-45d19169413a.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): Update to 0.0.0-20180816141035-45d19169413a. Change-Id: I28d0a046cba60fbc37580cedd8b52cae76a598d3
This commit is contained in:
parent
b581ff3e4c
commit
a380a4153f
1 changed files with 4 additions and 6 deletions
|
@ -1842,17 +1842,15 @@ your Go binary to be later served from an http.FileSystem.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-motemen-go-colorine
|
(define-public go-github-com-motemen-go-colorine
|
||||||
(let ((commit "45d19169413a019e4e2be69629dde5c7d92f8706")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-motemen-go-colorine")
|
(name "go-github-com-motemen-go-colorine")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20180816141035-45d19169413a")
|
||||||
(home-page "https://github.com/motemen/go-colorine")
|
(home-page "https://github.com/motemen/go-colorine")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mdy6q0926s1frj027nlzlvm2qssmkpjis7ic3l2smajkzh07118"))))
|
(base32 "1mdy6q0926s1frj027nlzlvm2qssmkpjis7ic3l2smajkzh07118"))))
|
||||||
|
@ -1860,11 +1858,11 @@ your Go binary to be later served from an http.FileSystem.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/motemen/go-colorine"))
|
'(#:import-path "github.com/motemen/go-colorine"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("github.com/daviddengcn/go-colortext" ,go-github-com-daviddengcn-go-colortext)))
|
(list go-github-com-daviddengcn-go-colortext))
|
||||||
(synopsis "Simple colorized console logger for golang")
|
(synopsis "Simple colorized console logger for golang")
|
||||||
(description
|
(description
|
||||||
"This package provides simple colorized console logger for golang.")
|
"This package provides simple colorized console logger for golang.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-daviddengcn-go-colortext
|
(define-public go-github-com-daviddengcn-go-colortext
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue