[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/27: gnu: go-github-com-mattn-go-runewidth: Update to 0.0.16.
From: |
guix-commits |
Subject: |
12/27: gnu: go-github-com-mattn-go-runewidth: Update to 0.0.16. |
Date: |
Sun, 11 Aug 2024 17:11:24 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 5a3018545d39ed5c32575b6e9a8e16e64648ded0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Aug 9 20:29:27 2024 +0100
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
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file 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
- branch go-team created (now d792bb30b6), guix-commits, 2024/08/11
- 04/27: gnu: go-golang-org-x-mod: Update to 0.20.0., guix-commits, 2024/08/11
- 01/27: gnu: go-golang-org-x-crypto: Update to 0.26.0., guix-commits, 2024/08/11
- 06/27: gnu: go-golang-org-x-term: Update to 0.23.0., guix-commits, 2024/08/11
- 10/27: gnu: go-golang-org-x-sync: Update to 0.8.0., guix-commits, 2024/08/11
- 03/27: gnu: go-golang-org-x-image: Update to 0.19.0., guix-commits, 2024/08/11
- 12/27: gnu: go-github-com-mattn-go-runewidth: Update to 0.0.16.,
guix-commits <=
- 15/27: gnu: go-github-com-rogpeppe-go-internal: Update to 1.12.0., guix-commits, 2024/08/11
- 05/27: gnu: go-golang-org-x-net: Update to 0.28.0., guix-commits, 2024/08/11
- 09/27: gnu: go-golang-org-x-tools: Update to 0.24.0., guix-commits, 2024/08/11
- 07/27: gnu: go-golang-org-x-text: Update to 0.17.0., guix-commits, 2024/08/11
- 08/27: gnu: go-golang-org-x-time: Update to 0.6.0., guix-commits, 2024/08/11
- 11/27: gnu: go-golang-org-x-sys: Update to 0.24.0., guix-commits, 2024/08/11
- 14/27: gnu: go-github-com-delthas-go-localeinfo: Fix indentation., guix-commits, 2024/08/11
- 19/27: gnu: go-mvdan-cc-xurls: Update to 2.5.0., guix-commits, 2024/08/11
- 20/27: gnu: go-mvdan-cc-xurls: Move to golang-web., guix-commits, 2024/08/11
- 16/27: gnu: go-github-com-rogpeppe-go-internal: Move to golang-xyz., guix-commits, 2024/08/11