aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-14 23:21:34 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 16:18:09 +0000
commit4fe1a5882c15a18a4e1ceaf5b581d498f22042be (patch)
tree8f8e4f7fd68c1226df5915e0dbc7acc153c0516f
parent50e6b4bc42b5b70cadb5e207a0520d03e356277e (diff)
downloadguix-4fe1a5882c15a18a4e1ceaf5b581d498f22042be.tar.gz
guix-4fe1a5882c15a18a4e1ceaf5b581d498f22042be.zip
gnu: go-github-com-gdamore-tcell-v2: Update to 2.8.1.
* gnu/packages/golang-xyz.scm (go-github-com-gdamore-tcell-v2): Update to 2.8.1. Change-Id: Ie0214829f54caef95f320dcf9692e1f9bdde26ec
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9d43de5ede..73a466318b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5415,7 +5415,7 @@ also favors portability, and includes support for all POSIX systems.")
(package
(inherit go-github-com-gdamore-tcell)
(name "go-github-com-gdamore-tcell-v2")
- (version "2.7.4")
+ (version "2.8.1")
(source
(origin
(method git-fetch)
@@ -5424,7 +5424,7 @@ also favors portability, and includes support for all POSIX systems.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05b22sgyf8lnwjddxlfvlj7i8b67gnidhbnz86vvx8fddggpa5nd"))))
+ (base32 "0lr81rqcd30djsz1xa7pqh7k3vyip2xp95g14qqr87xxvb4ggm6v"))))
(arguments
(list
#:import-path "github.com/gdamore/tcell/v2"))