GNU bug report logs - #74515
[PATCH] gnu: clifm: Update to 1.22.

Previous Next

Package: guix-patches;

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

Date: Sun, 24 Nov 2024 21:11:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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.goritskov <at> gmail.com>
Subject: bug#74515: closed (Re: [bug#74515] [PATCH] gnu: clifm: Update to
 1.22.)
Date: Tue, 26 Nov 2024 09:18:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74515: [PATCH] gnu: clifm: Update to 1.22.

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 74515 <at> debbugs.gnu.org.

-- 
74515: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74515
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Rodion Goritskov <rodion.goritskov <at> gmail.com>
Cc: 74515-done <at> debbugs.gnu.org
Subject: Re: [bug#74515] [PATCH] gnu: clifm: Update to 1.22.
Date: Tue, 26 Nov 2024 11:16:17 +0200
[Message part 3 (text/plain, inline)]
Thanks for the patch. Pushed to master.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Rodion Goritskov <rodion.goritskov <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rodion Goritskov <rodion.goritskov <at> gmail.com>
Subject: [PATCH] gnu: clifm: Update to 1.22.
Date: Mon, 25 Nov 2024 01:09:30 +0400
* gnu/packages/clifm.scm (clifm): Update to 1.22.

Change-Id: Ie4308bf79d9e4a12121f6c6c560cee028f863d04
---
 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 a89389d7d5..67001a038c 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -30,7 +30,7 @@ (define-module (gnu packages clifm)
 (define-public clifm
   (package
     (name "clifm")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method git-fetch)
@@ -39,7 +39,7 @@ (define-public clifm
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0r2w11v5nsz9d9wdi0zmymkwg0y9x4xg4dksd2qxlknwqnvivcy7"))))
+        (base32 "1iwlijdm4mr5bp5rilxr11f04q2q4ak49m8askzbw0shyi8i1sli"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "CC="

base-commit: c05a78739de9ad2ca2ea97c5899d9b73fca620ea
-- 
2.46.0




This bug report was last modified 214 days ago.

Previous Next


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