mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0.
* gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Update to 0.9.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
e11cf1d859
commit
acec1348fb
1 changed files with 2 additions and 2 deletions
|
@ -7163,7 +7163,7 @@ (define-public go-github-com-gdamore-tcell-v2-2.3
|
|||
(define-public go-git-sr-ht-rockorager-tcell-term
|
||||
(package
|
||||
(name "go-git-sr-ht-rockorager-tcell-term")
|
||||
(version "0.3.0")
|
||||
(version "0.9.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7172,7 +7172,7 @@ (define-public go-git-sr-ht-rockorager-tcell-term
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13nfb2mq59846j531j7p2nm8mi0kjw5p90pa89l3fwc0sljkn5p8"))))
|
||||
"177ladvpiiw7sb0hsjjv9p2yv5wpqpw6nqardkm8mqqlj0swa9xx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "git.sr.ht/~rockorager/tcell-term"))
|
||||
|
|
Loading…
Reference in a new issue