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:
Brian Leung 2019-06-25 20:47:00 +02:00 committed by Danny Milosavljevic
parent 42a0cfee60
commit d050000a44
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 26 additions and 21 deletions

View File

@ -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
(let ((commit "703b5e6b11ae25aeb2af9ebb5d5fdf8fa2575211")
(version "0.0.4")
(revision "1"))
(package (package
(name "go-github.com-mattn-go-runewidth") (name "go-github.com-mattn-go-runewidth")
(version "0.0.2") (version (git-version version revision commit))
(source (origin (source
(origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/mattn/go-runewidth") (url "https://github.com/mattn/runewidth")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) "0znpyz71gajx3g0j2zp63nhjj2c07g16885vxv4ykwnrfmzbgk4w"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/mattn/go-runewidth")) '(#:import-path "github.com/mattn/go-runewidth"))
(synopsis "@code{runewidth} provides Go functions to work with string widths") (synopsis "@code{runewidth} provides Go functions to work with string widths")
(description (description
"The @code{runewidth} library provides Go functions for padding, "The @code{runewidth} library provides Go functions for padding,
measuring and checking the width of strings, with support east asian text.") measuring and checking the width of strings, with support for East Asian
(home-page "https://github.com/jessevdk/go-flags") text.")
(license license:expat))) (home-page "https://github.com/mattn/runewidth")
(license license:expat))))
(define-public docx2txt (define-public docx2txt
(package (package