summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-08 21:02:48 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:46 +0000
commit1c387040e1e91052f8e8137049dc81b73660df95 (patch)
treef24ce006031e85d84a8abf6822671214b16b831c /gnu/packages/golang-xyz.scm
parentf8a3d27ae6c6bb2e5f93777bafe89b497d20b3f1 (diff)
gnu: go-github-com-kortschak-utter: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kortschak-utter): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I043dd97ef246a242fbf99b0c5e63d81ded8f6cb7
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5bd58289f6..943e845d95 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8496,6 +8496,30 @@ very eas to use.")
"This packae provides a wrapper around @code{libedit} for Golang.")
(license license:asl2.0)))
+(define-public go-github-com-kortschak-utter
+ (package
+ (name "go-github-com-kortschak-utter")
+ (version "1.7.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kortschak/utter")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pycm9kkfwpxz10v6f3w0478qy66bzaginr94rnmnnz7kp40fa00"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/kortschak/utter"))
+ (home-page "https://github.com/kortschak/utter")
+ (synopsis "Deep pretty printer")
+ (description
+ "This package implements a deep pretty printer for Go data structures to
+aid data snapshotting.")
+ (license license:isc)))
+
(define-public go-github-com-kpango-glg
(package
(name "go-github-com-kpango-glg")