diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:15:12 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:34:40 +0100 |
commit | d6b7a3296e5b5743f0906a997f3380a6c04732e9 (patch) | |
tree | 31dd1d656e8e633cb7293f46985fac023891d088 /gnu | |
parent | f6d8631ad0866010e1cadd74afde7040b1bdf3a6 (diff) | |
download | guix-d6b7a3296e5b5743f0906a997f3380a6c04732e9.tar guix-d6b7a3296e5b5743f0906a997f3380a6c04732e9.tar.gz |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index ebb571e314..75dc85dc9c 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2236,7 +2236,7 @@ Alphanum Algorithm} developed by Dave Koelle in Go.") (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 @@ Alphanum Algorithm} developed by Dave Koelle in Go.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "15689x103gy9q7g7623rlvhwrw27p079ardapmrrag0sdwrx5bq2")))) + (base32 "07axwr6016xwylxlsrw3cnkg1kg963zqqgf06pc3dgicfg5qrhj2")))) (build-system go-build-system) (arguments (list |