gnu: lf: Update to 27

* gnu/packages/disk.scm (lf): Update to 27.
[native-inputs]: Remove go-github.com-nsf-termbox-go.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Chadwain Holness 2022-05-04 02:08:33 -04:00 committed by Ludovic Courtès
parent 8b1e46cb3e
commit bbdd8c35e8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1098,7 +1098,7 @@ (define-public rmlint
(define-public lf (define-public lf
(package (package
(name "lf") (name "lf")
(version "25") (version "27")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1107,11 +1107,10 @@ (define-public lf
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"014cybng6hc9y3ma74hpc1ac3rkz4ydflx8jbmvx81rdd08rzwz7")))) "1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa"))))
(build-system go-build-system) (build-system go-build-system)
(native-inputs (native-inputs
`(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth) `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)
("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)
("go-golang-org-x-term" ,go-golang-org-x-term) ("go-golang-org-x-term" ,go-golang-org-x-term)
("go-gopkg-in-djherbis-times-v1" ,go-gopkg-in-djherbis-times-v1) ("go-gopkg-in-djherbis-times-v1" ,go-gopkg-in-djherbis-times-v1)
("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2))) ("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)))