summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-11 14:50:47 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-11 14:50:47 +0000
commitb383c0ece5501f3f0d75cbb530cedf5141e011ca (patch)
treed9ea683327ca7e541e969947424309b5c4043bf1 /gnu/packages/disk.scm
parentdd5acc983cddb2695ac31ce88e1dacb9750e7cff (diff)
gnu: lf: Update to 41.
* gnu/packages/disk.scm (lf): Update to 41. [native-inputs]: Remove go-github-com-xuanwo-go-locale. Change-Id: I16b780f2567564f3c933bab3e69cd95dbbc38f6a
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 07c8f3c74c8..7e8aa42cacd 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1540,7 +1540,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
(define-public lf
(package
(name "lf")
- (version "37")
+ (version "41")
(source
(origin
(method git-fetch)
@@ -1549,7 +1549,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
(commit (string-append "r" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0m2h0dnxbfqsnafy9bwvis35k0197zn768r764zs53qg9f3fdc93"))))
+ (base32 "1rrc720ziaf84wz98y414kfjyh80mqb6wsb3x658g9cjhff7vmxk"))))
(build-system go-build-system)
(arguments
(list
@@ -1560,7 +1560,6 @@ on your file system and offers to remove it. @command{rmlint} can find:
go-github-com-fsnotify-fsnotify
go-github-com-gdamore-tcell-v2
go-github-com-mattn-go-runewidth
- go-github-com-xuanwo-go-locale
go-golang-org-x-sys
go-golang-org-x-term))
(home-page "https://github.com/gokcehan/lf")