@@ -3932,3 +3932,27 @@ gist (https://gist.github.com/kballard/272720)")
@item RFC 2183: Content-Disposition Header Field
@end itemize")
(license license:expat))))
+
+(define-public go-github-com-emersion-go-textwrapper
+ (let ((url "https://github.com/emersion/go-textwrapper")
+ (commit "d0e65e56babe3f687ff94c1d764ca0e6aa7723ee"))
+ (package
+ (name "go-github-com-emersion-go-textwrapper")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit commit)))
+ (sha256
+ (base32
+ "1nw8qpjjbpkz49wd19yg2qsln1dmdfxi83wp2aa819cv6xxf2y7l"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/emersion/go-textwrapper"))
+ (home-page url)
+ (synopsis "A writer that wraps long text lines to a specified length")
+ (description "A writer that wraps long text lines to a specified length")
+ (license license:expat))))