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

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rodion Goritskov <rodion <at> goritskov.com>
Subject: bug#76727: closed (Re: [bug#76727] [PATCH] gnu: clifm: Update to
 1.24.)
Date: Wed, 05 Mar 2025 11:27:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76727: [PATCH] gnu: clifm: Update to 1.24.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76727 <at> debbugs.gnu.org.

-- 
76727: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76727
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Rodion Goritskov <rodion <at> goritskov.com>
Cc: 76727-done <at> debbugs.gnu.org
Subject: Re: [bug#76727] [PATCH] gnu: clifm: Update to 1.24.
Date: Wed, 05 Mar 2025 19:30:55 +0800
Rodion Goritskov <rodion <at> goritskov.com> writes:

> * gnu/packages/clifm.scm (clifm): Update to 1.24.

Pushed as e0329979da, thanks.

[Message part 3 (message/rfc822, inline)]
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 100 days ago.

Previous Next


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