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

commit 4dc92e10be44ebe77de5bafbd9b60d071c9fb3c3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 23 20:28:22 2026 +0100

    gnu: Add go-github-com-d6o-gotree-v3.
    
    * gnu/packages/golang-xyz.scm (go-github-com-d6o-gotree-v3): New variable.
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b4b9304c45..72b8c93155 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8308,6 +8308,30 @@ Features:
 @end itemize")
     (license license:expat)))
 
+(define-public go-github-com-d6o-gotree-v3
+  (package
+    (name "go-github-com-d6o-gotree-v3")
+    (version "3.0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/d6o/GoTree";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1qf3i0mrg67hb9f439h76qgn7gp9vkyb7wp7lcr65q9igzn41bzp"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/d6o/GoTree/v3"))
+    (home-page "https://github.com/d6o/GoTree";)
+    (synopsis "Tree printer module written in Golang ")
+    (description
+     "This package provides a simple Go module to print tree structures in
+terminal.")
+    (license license:expat)))
+
 (define-public go-github-com-danielgtaylor-mexpr
   (package
     (name "go-github-com-danielgtaylor-mexpr")

Reply via email to