gnu: go-github.com-mattn-go-runewidth: Update to 0.0.4-1.703b5e6.
* gnu/packages/textutils.scm (go-github.com-mattn-go-runewidth): Update to 0.0.4-1.703b5e6. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
42a0cfee60
commit
d050000a44
|
@ -693,27 +693,32 @@ and Cython.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github.com-mattn-go-runewidth
|
(define-public go-github.com-mattn-go-runewidth
|
||||||
(package
|
(let ((commit "703b5e6b11ae25aeb2af9ebb5d5fdf8fa2575211")
|
||||||
(name "go-github.com-mattn-go-runewidth")
|
(version "0.0.4")
|
||||||
(version "0.0.2")
|
(revision "1"))
|
||||||
(source (origin
|
(package
|
||||||
(method git-fetch)
|
(name "go-github.com-mattn-go-runewidth")
|
||||||
(uri (git-reference
|
(version (git-version version revision commit))
|
||||||
(url "https://github.com/mattn/go-runewidth")
|
(source
|
||||||
(commit (string-append "v" version))))
|
(origin
|
||||||
(file-name (git-file-name name version))
|
(method git-fetch)
|
||||||
(sha256
|
(uri (git-reference
|
||||||
(base32
|
(url "https://github.com/mattn/runewidth")
|
||||||
"0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb"))))
|
(commit commit)))
|
||||||
(build-system go-build-system)
|
(file-name (git-file-name name version))
|
||||||
(arguments
|
(sha256
|
||||||
'(#:import-path "github.com/mattn/go-runewidth"))
|
(base32
|
||||||
(synopsis "@code{runewidth} provides Go functions to work with string widths")
|
"0znpyz71gajx3g0j2zp63nhjj2c07g16885vxv4ykwnrfmzbgk4w"))))
|
||||||
(description
|
(build-system go-build-system)
|
||||||
"The @code{runewidth} library provides Go functions for padding,
|
(arguments
|
||||||
measuring and checking the width of strings, with support east asian text.")
|
'(#:import-path "github.com/mattn/go-runewidth"))
|
||||||
(home-page "https://github.com/jessevdk/go-flags")
|
(synopsis "@code{runewidth} provides Go functions to work with string widths")
|
||||||
(license license:expat)))
|
(description
|
||||||
|
"The @code{runewidth} library provides Go functions for padding,
|
||||||
|
measuring and checking the width of strings, with support for East Asian
|
||||||
|
text.")
|
||||||
|
(home-page "https://github.com/mattn/runewidth")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public docx2txt
|
(define-public docx2txt
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue