mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: clifm: Update to 1.17.
* gnu/packages/clifm.scm (clifm): Update to 1.17. [description]: Correct a typo. Change-Id: I16ff527138654e7a25f778beabf2aba38dda1056 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9ca2161ef4
commit
b988248e1c
1 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ (define-module (gnu packages clifm)
|
||||||
(define-public clifm
|
(define-public clifm
|
||||||
(package
|
(package
|
||||||
(name "clifm")
|
(name "clifm")
|
||||||
(version "1.16")
|
(version "1.17")
|
||||||
(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 "1ddg6d4y4kfjk34j0fb7nij5vi5m69vv48knv7j1plbhzqk6qg5n"))))
|
(base32 "00f5x0352dsf8f9ixkcwma7wr5pg78maavmd950nni38m647clm6"))))
|
||||||
(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,8 +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 a shell-like, text-based terminal file manager that
|
(description "Clifm is a shell-like, text-based terminal file manager
|
||||||
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
|
||||||
through a big menu of files, it lets you type, exactly as you do in your
|
through a big menu of files, it lets you type, exactly as you do in your
|
||||||
|
|
Loading…
Reference in a new issue