sharlatan pushed a commit to branch go-team
in repository guix.

commit d6b7a3296e5b5743f0906a997f3380a6c04732e9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 14 23:15:12 2024 +0100

    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
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file 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

Reply via email to