mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(define-public go-github-com-mattn-go-runewidth
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-go-runewidth")
|
(name "go-github-com-mattn-go-runewidth")
|
||||||
(version "0.0.14")
|
(version "0.0.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iaqw5pd7f4f2xz37540kp0828p2820g4vxx3hz089hwl331sx1v"))))
|
(base32 "0d7wbfz1kd3m0a4sx0ijrnbn4kw3bhn6myvnk76s19h8zjvafbrl"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue