diff options
| author | Carlos Durán Domínguez <wurt@wurt.eu> | 2026-02-09 23:30:57 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-11 14:32:49 +0000 |
| commit | d13a95d371ab056ab487fa1248298be5ffd5ef6e (patch) | |
| tree | f36d8b53ff12adc9478ec1fd81e398b9878c9d75 | |
| parent | 187402e0b34f3dad61f3c0a3f9dab240f1a4596f (diff) | |
gnu: go-codeberg-org-anaseto-gruid-tcell: Update to 0.5.0.
* gnu/packages/golang-xyz.scm (go-codeberg-org-anaseto-gruid-tcell): Update to
0.5.0.
[source] <url>: Remove .git suffix.
Change-Id: I08d570b792dd1619e277ca7ac5f575798e7b24a4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f5cc8090f1d..63cdc308998 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -469,16 +469,16 @@ file along with an index.html file.") (define-public go-codeberg-org-anaseto-gruid-tcell (package (name "go-codeberg-org-anaseto-gruid-tcell") - (version "0.3.0") + (version "0.5.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://codeberg.org/anaseto/gruid-tcell.git") + (url "https://codeberg.org/anaseto/gruid-tcell") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0zr5xlmnxva5n3c5fj5hxg1wcsw1pq4favfwwv5nclwgzbd0mjr5")))) + (base32 "1qmr3nm2pm6sgcs8cflyrypwa26g5fvps33ia6q43if3vqjw1y1z")))) (build-system go-build-system) (arguments (list |
