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

commit d275a15163a93b8155f86676b8966bece3882079
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 14 18:06:14 2024 +0100

    gnu: go-github-com-kr-pretty: Update to 0.3.1.
    
    * gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.3.1.
    [propagated-inputs]: Add go-github-com-rogpeppe-go-internal.
    
    Change-Id: I80e8489e6a573206678d1dfe6c23aa0824a905fc
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 127ea58fc3..ae62246697 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5072,7 +5072,7 @@ format in Go.")
 (define-public go-github-com-kr-pretty
   (package
     (name "go-github-com-kr-pretty")
-    (version "0.2.1")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5081,10 +5081,10 @@ format in Go.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy"))))
+                "19d4ycy22il43s4pnr7jv1aahp87wa1p16zpis5jdiiyfgni2l8f"))))
     (build-system go-build-system)
     (propagated-inputs
-     (list go-github-com-kr-text))
+     (list go-github-com-kr-text go-github-com-rogpeppe-go-internal))
     (arguments
      '(#:import-path "github.com/kr/pretty"))
     (synopsis "Pretty printer for Go values")

Reply via email to