mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
da4305e9b3
commit
c9d9c54636
1 changed files with 2 additions and 2 deletions
|
@ -7121,7 +7121,7 @@ systems.")
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-gdamore-tcell)
|
(inherit go-github-com-gdamore-tcell)
|
||||||
(name "go-github-com-gdamore-tcell")
|
(name "go-github-com-gdamore-tcell")
|
||||||
(version "2.5.3")
|
(version "2.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7130,7 +7130,7 @@ systems.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pvs0gigqxpifc7y7cx82cg95pgqmy8qzxynja3zidplrx2075j3"))))
|
"0126hi8glnfqdx4l9zlh6dhd5f5c8bws7arv9pp4n2kqcnhdc6g2"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/gdamore/tcell/v2"
|
(list #:import-path "github.com/gdamore/tcell/v2"
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue