mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add go-github-com-emersion-go-textwrapper.
* gnu/packages/golang.scm (go-github-com-emersion-go-textwrapper): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
This commit is contained in:
parent
683c8c9db4
commit
fd52a5986f
1 changed files with 23 additions and 0 deletions
|
@ -2107,6 +2107,29 @@ (define-public go-github-com-miolini-datacounter
|
|||
"The datacounter package provides counters for Go readers and writers.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-emersion-go-textwrapper
|
||||
(package
|
||||
(name "go-github-com-emersion-go-textwrapper")
|
||||
(version "0.0.0-20200911093747-65d896831594")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emersion/go-textwrapper")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lh9d7zvj6gm1rr6sv5xlagklgx9d666hq5srd37a4sdcjkbiqmq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/emersion/go-textwrapper"))
|
||||
(home-page "https://github.com/emersion/go-textwrapper")
|
||||
(synopsis "Text-wrapping writer for Go")
|
||||
(description
|
||||
"The textwrapper package provides a writer that wraps long text lines to
|
||||
a specified length.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-aki237-nscjar
|
||||
(let ((commit "e2df936ddd6050d30dd90c7214c02b5019c42f06")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue