guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 45018fbf15f8a94dbd258235ddeb0b9c1fbbfdb9
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Jun 11 19:05:11 2025 +0100

    gnu: lf: Update to 35.
    
    * gnu/packages/disk.scm (lf): Update to 35.
    
    Change-Id: I507fb2ef4df181bfbf352629a0b97e278581da52
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c47226c453..0663023c0c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1465,7 +1465,7 @@ on your file system and offers to remove it.  
@command{rmlint} can find:
 (define-public lf
   (package
     (name "lf")
-    (version "33")
+    (version "35")
     (source
      (origin
        (method git-fetch)
@@ -1474,7 +1474,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 "1jmqf27ysi35n3hqahlzs5hym7i4w1mplklrvv0lc0baddzx7av8"))))
+        (base32 "19hk78j1cdnpjg5gjilm797vzzlppfard1qas9vxjhx289n8i76i"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to