guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: go-github-com-gdamore-tcell: Update to 2.6.0


From: guix-commits
Subject: 05/07: gnu: go-github-com-gdamore-tcell: Update to 2.6.0
Date: Tue, 20 Jun 2023 18:13:23 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c9d9c54636dab4d3478530ebaa8b9b7cd201ac69
Author: Nguyễn Gia Phong <mcsinyx@disroot.org>
AuthorDate: Sun Jun 18 12:43:11 2023 +0900

    gnu: go-github-com-gdamore-tcell: Update to 2.6.0
    
    gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.6.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b99659966d..e4c4cb299b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7121,7 +7121,7 @@ systems.")
     (package
       (inherit go-github-com-gdamore-tcell)
       (name "go-github-com-gdamore-tcell")
-      (version "2.5.3")
+      (version "2.6.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -7130,7 +7130,7 @@ systems.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0pvs0gigqxpifc7y7cx82cg95pgqmy8qzxynja3zidplrx2075j3"))))
+                  "0126hi8glnfqdx4l9zlh6dhd5f5c8bws7arv9pp4n2kqcnhdc6g2"))))
       (arguments
        (list #:import-path "github.com/gdamore/tcell/v2"
              #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]