mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: go-github-com-mattn-go-runewidth: Update to 0.0.16.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-runewidth): Update to 0.0.16. Change-Id: If4e50b22ca470152e8bae79ea14a318972bebc3e
This commit is contained in:
parent
4e3b91d43e
commit
5a3018545d
1 changed files with 2 additions and 2 deletions
|
@ -3677,7 +3677,7 @@ whether a file descriptor points to a terminal and the type of the terminal.")
|
|||
(define-public go-github-com-mattn-go-runewidth
|
||||
(package
|
||||
(name "go-github-com-mattn-go-runewidth")
|
||||
(version "0.0.14")
|
||||
(version "0.0.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3686,7 +3686,7 @@ whether a file descriptor points to a terminal and the type of the terminal.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1iaqw5pd7f4f2xz37540kp0828p2820g4vxx3hz089hwl331sx1v"))))
|
||||
(base32 "0d7wbfz1kd3m0a4sx0ijrnbn4kw3bhn6myvnk76s19h8zjvafbrl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue