guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d13a95d371ab056ab487fa1248298be5ffd5ef6e
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Mon Feb 9 23:30:57 2026 +0100

    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 <[email protected]>
---
 gnu/packages/golang-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f5cc8090f1..63cdc30899 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

Reply via email to