summaryrefslogtreecommitdiff
path: root/gnu/packages
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
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')
-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:
1540(define-public lf 1540(define-public lf
1541 (package 1541 (package
1542 (name "lf") 1542 (name "lf")
1543 (version "37") 1543 (version "41")
1544 (source 1544 (source
1545 (origin 1545 (origin
1546 (method git-fetch) 1546 (method git-fetch)
@@ -1549,7 +1549,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
1549 (commit (string-append "r" version)))) 1549 (commit (string-append "r" version))))
1550 (file-name (git-file-name name version)) 1550 (file-name (git-file-name name version))
1551 (sha256 1551 (sha256
1552 (base32 "0m2h0dnxbfqsnafy9bwvis35k0197zn768r764zs53qg9f3fdc93")))) 1552 (base32 "1rrc720ziaf84wz98y414kfjyh80mqb6wsb3x658g9cjhff7vmxk"))))
1553 (build-system go-build-system) 1553 (build-system go-build-system)
1554 (arguments 1554 (arguments
1555 (list 1555 (list
@@ -1560,7 +1560,6 @@ on your file system and offers to remove it. @command{rmlint} can find:
1560 go-github-com-fsnotify-fsnotify 1560 go-github-com-fsnotify-fsnotify
1561 go-github-com-gdamore-tcell-v2 1561 go-github-com-gdamore-tcell-v2
1562 go-github-com-mattn-go-runewidth 1562 go-github-com-mattn-go-runewidth
1563 go-github-com-xuanwo-go-locale
1564 go-golang-org-x-sys 1563 go-golang-org-x-sys
1565 go-golang-org-x-term)) 1564 go-golang-org-x-term))
1566 (home-page "https://github.com/gokcehan/lf") 1565 (home-page "https://github.com/gokcehan/lf")