guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b54936b610203d1025c7c80c62cbb050abe11206
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 11:09:33 2025 +0100

    gnu: Add go-go-abhg-dev-log-silog.
    
    * gnu/packages/golang-xyz.scm (go-go-abhg-dev-log-silog): New variable.
    
    Change-Id: I6d053ab8ac3605e42cbc7e76aadc7ec7d2fd947e
---
 gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1a1c7d432c..5c2d9c0aad 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -21404,6 +21404,35 @@ word on a list of words, if none is found, look for a 
similar word.")
 @url{https://github.com/alecthomas/kong, Kong CLI parser}.")
     (license license:bsd-3)))
 
+(define-public go-go-abhg-dev-log-silog
+  (package
+    (name "go-go-abhg-dev-log-silog")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/abhinav/silog-go";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1287i6qqg7hp8g49mbbr4n0l67v5b3dqz263ynpqjzrz1yck5q3v"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "go.abhg.dev/log/silog"))
+    (native-inputs
+     (list go-github-com-stretchr-testify))
+    (propagated-inputs
+     (list go-github-com-charmbracelet-lipgloss
+           go-github-com-muesli-termenv))
+    (home-page "https://go.abhg.dev/log/silog";)
+    (synopsis "Colorful log/slog handler for CLI applications ")
+    (description
+     "Package silog provides a @code{slog.Handler} implementation that
+produces human-readable, logfmt-style output.")
+    (license license:bsd-3)))
+
 (define-public go-go-etcd-io-bbolt
   (package
     (name "go-go-etcd-io-bbolt")

Reply via email to