diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-09 20:29:27 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-11 13:15:38 +0100 |
commit | 5a3018545d39ed5c32575b6e9a8e16e64648ded0 (patch) | |
tree | 2a56d672480fe3f3e00ae465fb4f1daf8748ede7 /gnu | |
parent | 4e3b91d43e0ffe8b711d3c0f0753012175cb796c (diff) | |
download | guix-5a3018545d39ed5c32575b6e9a8e16e64648ded0.tar.gz guix-5a3018545d39ed5c32575b6e9a8e16e64648ded0.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 32b904c59c..c89798f15f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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 |