This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 77776480ee8 gnu: clifm: Update to 1.29.
77776480ee8 is described below

commit 77776480ee8b76889c13bc3dbed506d930a216e1
Author: Rodion Goritskov <[email protected]>
AuthorDate: Mon Sep 21 22:45:35 2026 +0200

    gnu: clifm: Update to 1.29.
    
    * gnu/packages/clifm.scm (clifm): Update to 1.29.
    
    Merges: guix/guix!11401
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/clifm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm
index b7dc3b5f1a2..283356b3878 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -31,7 +31,7 @@
 (define-public clifm
   (package
     (name "clifm")
-    (version "1.28")
+    (version "1.29")
     (source
      (origin
        (method git-fetch)
@@ -40,7 +40,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gj9hr1pazdvnwv1k04ngyr8gddk452kcjps94mmc6ig4k1m8s63"))))
+        (base32 "0w6m803fqzkgzndhp56001mm37b4a5ryn21f4f2pvjqql0lk5ss8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "CC="

Reply via email to