all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73571] [PATCH] gnu: clifm: Update to 1.21.
@ 2024-09-30 20:11 Rodion Goritskov
  2024-10-02  9:35 ` bug#73571: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Rodion Goritskov @ 2024-09-30 20:11 UTC (permalink / raw)
  To: 73571; +Cc: Rodion Goritskov

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

Change-Id: I4b04721c8aa161650af32f528004e1c84aaf23c6
---
 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 2718217381..a89389d7d5 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.20")
+    (version "1.21")
     (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 "1hmky0rdrdp5zs1pgayrcgrf0ylvl2xh135r2c0g8k4ibwv3392c"))))
+        (base32 "0r2w11v5nsz9d9wdi0zmymkwg0y9x4xg4dksd2qxlknwqnvivcy7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "CC="

base-commit: 093f2fb8722fafcc7c1555cd845289096849f4a2
-- 
2.46.0





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

end of thread, other threads:[~2024-10-02  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 20:11 [bug#73571] [PATCH] gnu: clifm: Update to 1.21 Rodion Goritskov
2024-10-02  9:35 ` bug#73571: " Zheng Junjie

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.