1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-02-14 23:21:34 +00:00
parent 50e6b4bc42
commit 4fe1a5882c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))