gnu: clifm: Update to 1.20.

* gnu/packages/clifm.scm (clifm): Update to 1.20.
[description]: Format description on a new line.

Change-Id: I305b1ace736ea24a143c189a4b0895d3cdfd0c69
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Rodion Goritskov 2024-08-17 00:03:12 +04:00 committed by jgart
parent 91cf240308
commit fef103893b
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -30,7 +30,7 @@ (define-module (gnu packages clifm)
(define-public clifm (define-public clifm
(package (package
(name "clifm") (name "clifm")
(version "1.19") (version "1.20")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -39,7 +39,7 @@ (define-public clifm
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "062z3ic2knsrnj9bm5hh5ah47x18zpqdpvv4az88hyvrasy49p20")))) (base32 "1hmky0rdrdp5zs1pgayrcgrf0ylvl2xh135r2c0g8k4ibwv3392c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags (list (string-append "CC=" `(#:make-flags (list (string-append "CC="
@ -53,7 +53,8 @@ (define-public clifm
(inputs (list readline acl libcap)) (inputs (list readline acl libcap))
(home-page "https://github.com/leo-arch/clifm") (home-page "https://github.com/leo-arch/clifm")
(synopsis "Command-line file manager") (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. that sits on the command line.
It is built with command line principles in mind: instead of navigating It is built with command line principles in mind: instead of navigating