1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-01-08 21:02:48 +00:00
parent f8a3d27ae6
commit 1c387040e1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 23 deletions

View file

@ -8496,6 +8496,30 @@ very eas to use.")
"This packae provides a wrapper around @code{libedit} for Golang.") "This packae provides a wrapper around @code{libedit} for Golang.")
(license license:asl2.0))) (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 (define-public go-github-com-kpango-glg
(package (package
(name "go-github-com-kpango-glg") (name "go-github-com-kpango-glg")

View file

@ -1218,29 +1218,6 @@ form that bypasses network filtering, allowing the application to work on
networks where it would otherwise be blocked or heavily throttled.") networks where it would otherwise be blocked or heavily throttled.")
(license license:expat))) (license license:expat)))
(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
'(#: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-leonelquinteros-gotext (define-public go-github-com-leonelquinteros-gotext
(package (package
(name "go-github-com-leonelquinteros-gotext") (name "go-github-com-leonelquinteros-gotext")