diff options
-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 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")) |