1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-gdamore-tcell-v2: Update to 2.7.4.

* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.7.4.

Change-Id: I7df36179e2f2c6f335a9b4c1b9a4ab2a57dbc8b4
This commit is contained in:
Sharlatan Hellseher 2024-08-11 12:51:15 +01:00
parent 22832f3c17
commit f72b76a298
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5302,7 +5302,7 @@ systems.")
(package
(inherit go-github-com-gdamore-tcell)
(name "go-github-com-gdamore-tcell")
(version "2.6.0")
(version "2.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5311,7 +5311,7 @@ systems.")
(file-name (git-file-name name version))
(sha256
(base32
"0126hi8glnfqdx4l9zlh6dhd5f5c8bws7arv9pp4n2kqcnhdc6g2"))))
"05b22sgyf8lnwjddxlfvlj7i8b67gnidhbnz86vvx8fddggpa5nd"))))
(arguments
(list #:import-path "github.com/gdamore/tcell/v2"
#:phases