diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-07 15:15:11 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:42 +0000 |
commit | 60fb3cc50d8f637b59343cdc241b4b67251f7b94 (patch) | |
tree | e31e6129ff3374be167e945820602218398a2080 | |
parent | 7bd78867deb390014f460813e77599b2c30dc4f0 (diff) |
gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.10.0.
* gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Update to 0.10.0.
[propagated-inputs]: Remove go-golang-org-x-sys, go-golang-org-x-term,
go-gopkg-in-check-v1, go-github-com-davecgh-go-spew, and
go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.
Change-Id: I17678d1833026f906b78592ec47ff87a3e793231
-rw-r--r-- | gnu/packages/golang.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index af515d511b..e9d968eb8e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3063,7 +3063,7 @@ over strings.") (define-public go-git-sr-ht-rockorager-tcell-term (package (name "go-git-sr-ht-rockorager-tcell-term") - (version "0.9.0") + (version "0.10.0") (source (origin (method git-fetch) (uri (git-reference @@ -3072,19 +3072,16 @@ over strings.") (file-name (git-file-name name version)) (sha256 (base32 - "177ladvpiiw7sb0hsjjv9p2yv5wpqpw6nqardkm8mqqlj0swa9xx")))) + "1z64yzr2l5j5r5rqi89jk4madn3ak8hw95lva5ra7gnlyhh2vs05")))) (build-system go-build-system) (arguments (list #:import-path "git.sr.ht/~rockorager/tcell-term")) + (native-inputs + (list go-github-com-stretchr-testify)) (propagated-inputs - (list go-golang-org-x-sys - go-golang-org-x-term - go-gopkg-in-check-v1 - go-github-com-mattn-go-runewidth - go-github-com-davecgh-go-spew - go-github-com-stretchr-testify + (list go-github-com-creack-pty go-github-com-gdamore-tcell-v2 - go-github-com-creack-pty)) + go-github-com-mattn-go-runewidth)) (home-page "https://git.sr.ht/~rockorager/tcell-term") (synopsis "Terminal widget for @code{tcell}") (description |