[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: clifm: Update to 1.17.
From: |
guix-commits |
Subject: |
branch master updated: gnu: clifm: Update to 1.17. |
Date: |
Thu, 29 Feb 2024 13:23:30 -0500 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b988248e1c gnu: clifm: Update to 1.17.
b988248e1c is described below
commit b988248e1c88bde3001b7f2b1830dececa7e8b23
Author: Rodion Goritskov <rodion.goritskov@gmail.com>
AuthorDate: Wed Feb 28 01:03:44 2024 +0400
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>
---
gnu/packages/clifm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm
index c5610c1afc..983a23b80a 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -30,7 +30,7 @@
(define-public clifm
(package
(name "clifm")
- (version "1.16")
+ (version "1.17")
(source
(origin
(method git-fetch)
@@ -39,7 +39,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ddg6d4y4kfjk34j0fb7nij5vi5m69vv48knv7j1plbhzqk6qg5n"))))
+ (base32 "00f5x0352dsf8f9ixkcwma7wr5pg78maavmd950nni38m647clm6"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "CC="
@@ -53,8 +53,8 @@
(inputs (list readline acl libcap))
(home-page "https://github.com/leo-arch/clifm")
(synopsis "Command-line file manager")
- (description "Clifm a shell-like, text-based terminal file manager that
-sits on the command line.
+ (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
through a big menu of files, it lets you type, exactly as you do in your
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: clifm: Update to 1.17.,
guix-commits <=