guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b383c0ece5501f3f0d75cbb530cedf5141e011ca
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 11 14:50:47 2026 +0000
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
---
gnu/packages/disk.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 07c8f3c74c..7e8aa42cac 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")