mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: go-github-com-fatih-color: Update to 1.17.0.
* gnu/packages/golang-xyz.scm (go-github-com-fatih-color): Update to 1.17.0. Change-Id: I731c48d0d47ee8823b17f85976bfc4f53700d804
This commit is contained in:
parent
f6d8631ad0
commit
d6b7a3296e
1 changed files with 2 additions and 2 deletions
|
@ -2236,7 +2236,7 @@ (define-public go-github-com-facette-natsort
|
|||
(define-public go-github-com-fatih-color
|
||||
(package
|
||||
(name "go-github-com-fatih-color")
|
||||
(version "1.16.0")
|
||||
(version "1.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2245,7 +2245,7 @@ (define-public go-github-com-fatih-color
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15689x103gy9q7g7623rlvhwrw27p079ardapmrrag0sdwrx5bq2"))))
|
||||
(base32 "07axwr6016xwylxlsrw3cnkg1kg963zqqgf06pc3dgicfg5qrhj2"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue