guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]