summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-11 15:40:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-11 15:40:07 +0100
commit321361c1d7543d915863f31c4eae5ba6be1832e9 (patch)
tree2372238818684ea4cb776dc33e42b642960a4243 /gnu
parent0df23ca77bfa7ffa34cfda15081957372d2d1e80 (diff)
gnu: lf: Update to 37.
* gnu/packages/disk.scm (lf): Update to 37. [native-inputs]: Remove go-golang-org-x-text. Change-Id: I65e526ca6b24bb5d359ef8d264b7efd0995072d1
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/disk.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index ce14309e5c4..4a5bbba9e95 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1469,16 +1469,16 @@ on your file system and offers to remove it. @command{rmlint} can find:
(define-public lf
(package
(name "lf")
- (version "35")
+ (version "37")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gokcehan/lf")
- (commit (string-append "r" version))))
+ (url "https://github.com/gokcehan/lf")
+ (commit (string-append "r" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19hk78j1cdnpjg5gjilm797vzzlppfard1qas9vxjhx289n8i76i"))))
+ (base32 "0m2h0dnxbfqsnafy9bwvis35k0197zn768r764zs53qg9f3fdc93"))))
(build-system go-build-system)
(arguments
(list
@@ -1491,8 +1491,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
go-github-com-mattn-go-runewidth
go-github-com-xuanwo-go-locale
go-golang-org-x-sys
- go-golang-org-x-term
- go-golang-org-x-text))
+ go-golang-org-x-term))
(home-page "https://github.com/gokcehan/lf")
(synopsis "Console file browser similar to Ranger")
(description