[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0.
From: |
guix-commits |
Subject: |
17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0. |
Date: |
Sun, 24 Nov 2024 16:48:53 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b0527b97c99b994b7ef4583c349643394fe71a83
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 21:13:32 2024 +0000
gnu: go-github-com-gdamore-tcell: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-gdamore-tcell): Update to 1.4.0.
[inputs]: Add go-golang-org-x-sys.
Change-Id: I2a24b67fae07c0198ad8837d1692e7c18e0afa48
---
gnu/packages/golang.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a6485eeb14..520d6ec264 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4481,22 +4481,19 @@ over strings.")
(license license:expat)))
(define-public go-github-com-gdamore-tcell
- (let ((commit "aaadc574a6ed8dc3abe56036ca130dcee1ee6b6e")
- (version "1.1.2")
- (revision "1"))
(package
(name "go-github-com-gdamore-tcell")
- (version (git-version version revision commit))
+ (version "1.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gdamore/tcell")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "0il2nnxp2cqiy73m49215dnf9in3vd25ji8qxbmq87c5qy7i1q9d"))))
+ "178h7kj4zb8lcw84nbqanapnxrgvhq4111xw4fj6m56y46anlzwg"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/gdamore/tcell"))
@@ -4504,6 +4501,7 @@ over strings.")
(list go-github-com-mattn-go-runewidth
go-github-com-lucasb-eyer-go-colorful
go-golang-org-x-text
+ go-golang-org-x-sys
go-github-com-gdamore-encoding))
(home-page "https://github.com/gdamore/tcell")
(synopsis "Provide a cell-based view for text terminals")
@@ -4511,7 +4509,7 @@ over strings.")
terminfo capability strings to avoid hard-coding escape strings for
formatting. It also favors portability, and includes support for all POSIX
systems.")
- (license license:asl2.0))))
+ (license license:asl2.0)))
(define-public go-github-com-gdamore-tcell-v2
(package
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., (continued)
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/11/24
- 16/20: gnu: lf: Update to 33., guix-commits, 2024/11/24
- 12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/11/24
- 15/20: gnu: Add go-github-com-xuanwo-go-locale., guix-commits, 2024/11/24
- 14/20: gnu: packages/curl: Remove golang module., guix-commits, 2024/11/24
- 17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0.,
guix-commits <=