guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 321361c1d7543d915863f31c4eae5ba6be1832e9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 15:40:07 2025 +0100

    gnu: lf: Update to 37.
    
    * gnu/packages/disk.scm (lf): Update to 37.
    [native-inputs]: Remove go-golang-org-x-text.
    
    Change-Id: I65e526ca6b24bb5d359ef8d264b7efd0995072d1
---
 gnu/packages/disk.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index ce14309e5c..4a5bbba9e9 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

Reply via email to