guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/32: gnu: go-github-com-olekukonko-tablewriter: Update to 0.0.5.


From: guix-commits
Subject: 29/32: gnu: go-github-com-olekukonko-tablewriter: Update to 0.0.5.
Date: Sun, 24 Nov 2024 07:50:54 -0500 (EST)

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

commit 433d36cbcb92a7448cc280c2509cbb4afb7b5f10
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 12:38:24 2024 +0000

    gnu: go-github-com-olekukonko-tablewriter: Update to 0.0.5.
    
    * gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter): Update to 
0.0.5.
    
    Change-Id: I3cd5c978564ae2ff388b28da4bd5c98120249e7d
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8e24b24524..92dc51a623 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5394,7 +5394,7 @@ maps (because they are not addressable using Go 
reflection).")
 (define-public go-github-com-olekukonko-tablewriter
   (package
     (name "go-github-com-olekukonko-tablewriter")
-    (version "0.0.4")
+    (version "0.0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5403,7 +5403,7 @@ maps (because they are not addressable using Go 
reflection).")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02r0n2b9yh3x8xyf48k17dxlwj234hlgjycylbjxi6qg08hfmz2x"))))
+                "0zhnrih2px6jm8nxzkz8s7va3lj03bzwxim8wjba9zh7i78bp67z"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/olekukonko/tablewriter"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]