mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Alphanum Algorithm} developed by Dave Koelle in Go.")
|
||||||
(define-public go-github-com-fatih-color
|
(define-public go-github-com-fatih-color
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-fatih-color")
|
(name "go-github-com-fatih-color")
|
||||||
(version "1.16.0")
|
(version "1.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2245,7 +2245,7 @@ Alphanum Algorithm} developed by Dave Koelle in Go.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15689x103gy9q7g7623rlvhwrw27p079ardapmrrag0sdwrx5bq2"))))
|
(base32 "07axwr6016xwylxlsrw3cnkg1kg963zqqgf06pc3dgicfg5qrhj2"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue