all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74515] [PATCH] gnu: clifm: Update to 1.22.
@ 2024-11-24 21:09 Rodion Goritskov
  2024-11-26  9:16 ` bug#74515: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Rodion Goritskov @ 2024-11-24 21:09 UTC (permalink / raw)
  To: 74515; +Cc: Rodion Goritskov

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-26  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-24 21:09 [bug#74515] [PATCH] gnu: clifm: Update to 1.22 Rodion Goritskov
2024-11-26  9:16 ` bug#74515: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.