gnu: go-github-com-rivo-tview: Update to 0.0.0-20241227133733-17b7edb88c57.

* gnu/packages/golang.scm (go-github-com-rivo-tview): Update to 0.0.0-20241227133733-17b7edb88c57.
[propagated-inputs]: Remove go-golang-org-x-term, go-golang-org-x-sys, and
go-github-com-mattn-go-runewidth.

Change-Id: I63314e96439261727d392ae6d5979e8c04265bd0
This commit is contained in:
Sharlatan Hellseher 2025-01-02 22:59:56 +00:00
parent 848e218760
commit 3831186f78
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3385,7 +3385,7 @@ (define-public go-git-sr-ht-rockorager-tcell-term
(define-public go-github-com-rivo-tview
(package
(name "go-github-com-rivo-tview")
(version "0.0.0-20220703182358-a13d901d3386")
(version "0.0.0-20241227133733-17b7edb88c57")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3394,16 +3394,14 @@ (define-public go-github-com-rivo-tview
(file-name (git-file-name name version))
(sha256
(base32
"0gf1m3ndbc3kgxpv0ryq9a1ahijg6m896sc9k7dvwfjd8vy0q0yd"))))
"1w59vyvs8k5mzl7k39zpwcwwdgam2pbz0rnrfnnjgvkld1rh81dc"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/rivo/tview"))
(propagated-inputs (list go-golang-org-x-term
go-golang-org-x-sys
go-github-com-rivo-uniseg
go-github-com-mattn-go-runewidth
go-github-com-lucasb-eyer-go-colorful
go-github-com-gdamore-tcell-v2))
(propagated-inputs
(list go-github-com-gdamore-tcell-v2
go-github-com-lucasb-eyer-go-colorful
go-github-com-rivo-uniseg))
(home-page "https://github.com/rivo/tview")
(synopsis "Rich Interactive Widgets for Terminal UIs")
(description