* [bug#72676] [PATCH] gnu: clifm: Update to 1.20.
@ 2024-08-16 20:03 Rodion Goritskov
2024-08-17 16:51 ` bug#72676: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Rodion Goritskov @ 2024-08-16 20:03 UTC (permalink / raw)
To: 72676; +Cc: Rodion Goritskov
* gnu/packages/clifm.scm (clifm): Update to 1.20.
Change-Id: I305b1ace736ea24a143c189a4b0895d3cdfd0c69
---
gnu/packages/clifm.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm
index 03b7692358..2718217381 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.19")
+ (version "1.20")
(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 "062z3ic2knsrnj9bm5hh5ah47x18zpqdpvv4az88hyvrasy49p20"))))
+ (base32 "1hmky0rdrdp5zs1pgayrcgrf0ylvl2xh135r2c0g8k4ibwv3392c"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "CC="
@@ -53,7 +53,8 @@ (define-public clifm
(inputs (list readline acl libcap))
(home-page "https://github.com/leo-arch/clifm")
(synopsis "Command-line file manager")
- (description "Clifm is a shell-like, text-based terminal file manager
+ (description
+ "Clifm is a shell-like, text-based terminal file manager
that sits on the command line.
It is built with command line principles in mind: instead of navigating
base-commit: e64960bd7edfdbd0ea99c68705526bcc778effb5
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-17 16:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16 20:03 [bug#72676] [PATCH] gnu: clifm: Update to 1.20 Rodion Goritskov
2024-08-17 16:51 ` bug#72676: " jgart via Guix-patches via
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.