gnu: go-github-com-kr-pretty: Update to 0.2.0.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.0.
This commit is contained in:
parent
c217654883
commit
618df2e335
1 changed files with 2 additions and 2 deletions
|
@ -2803,7 +2803,7 @@ format in Go.")
|
||||||
(define-public go-github-com-kr-pretty
|
(define-public go-github-com-kr-pretty
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kr-pretty")
|
(name "go-github-com-kr-pretty")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2812,7 +2812,7 @@ format in Go.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp"))))
|
"1pm4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("go-github-com-kr-text" ,go-github-com-kr-text)))
|
`(("go-github-com-kr-text" ,go-github-com-kr-text)))
|
||||||
|
|
Reference in a new issue