From bbdd8c35e826fabc62384c89a931050656533123 Mon Sep 17 00:00:00 2001 From: Chadwain Holness Date: Wed, 4 May 2022 02:08:33 -0400 Subject: gnu: lf: Update to 27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/disk.scm (lf): Update to 27. [native-inputs]: Remove go-github.com-nsf-termbox-go. Signed-off-by: Ludovic Courtès --- gnu/packages/disk.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/disk.scm') diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 6530a649f2..c572405d47 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -1098,7 +1098,7 @@ on your file system and offers to remove it. @command{rmlint} can find: (define-public lf (package (name "lf") - (version "25") + (version "27") (source (origin (method git-fetch) (uri (git-reference @@ -1107,11 +1107,10 @@ on your file system and offers to remove it. @command{rmlint} can find: (file-name (git-file-name name version)) (sha256 (base32 - "014cybng6hc9y3ma74hpc1ac3rkz4ydflx8jbmvx81rdd08rzwz7")))) + "1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa")))) (build-system go-build-system) (native-inputs `(("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-gopkg-in-djherbis-times-v1" ,go-gopkg-in-djherbis-times-v1) ("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2))) -- cgit 1.4.1