GNU bug report logs - #76727
[PATCH] gnu: clifm: Update to 1.24.

Previous Next

Package: guix-patches;

Reported by: Rodion Goritskov <rodion <at> goritskov.com>

Date: Mon, 3 Mar 2025 23:41:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 76727 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76727; Package guix-patches. (Mon, 03 Mar 2025 23:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rodion Goritskov <rodion <at> goritskov.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Mar 2025 23:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rodion Goritskov <rodion <at> goritskov.com>
To: guix-patches <at> gnu.org
Cc: Rodion Goritskov <rodion <at> goritskov.com>
Subject: [PATCH] gnu: clifm: Update to 1.24.
Date: Tue,  4 Mar 2025 00:40:06 +0100
* gnu/packages/clifm.scm (clifm): Update to 1.24.

Change-Id: If9dc40a752da32117bb3d8010800816898876483
---
 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 663802f387..d46a84822e 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -31,7 +31,7 @@ (define-module (gnu packages clifm)
 (define-public clifm
   (package
     (name "clifm")
-    (version "1.23")
+    (version "1.24")
     (source
      (origin
        (method git-fetch)
@@ -40,7 +40,7 @@ (define-public clifm
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sxjmqq2g60v389mpnvx4qy95q4fg4l2a8908wgz9jzjpv7lpn8n"))))
+        (base32 "1q3irzpxxkbcd4pk0n3p8rl0vi489m9np74n40946djs6f662324"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "CC="
-- 
2.48.1





This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.