[PATCH] gnu: clifm: Update to 1.24.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Rodion Goritskov
Owner
unassigned
Submitted by
Rodion Goritskov
Severity
normal

Debbugs page

Rodion Goritskov wrote 1 weeks ago
(address . guix-patches@gnu.org)(name . Rodion Goritskov)(address . rodion@goritskov.com)
20250303234006.10489-1-rodion@goritskov.com
* gnu/packages/clifm.scm (clifm): Update to 1.24.

Change-Id: If9dc40a752da32117bb3d8010800816898876483
---
gnu/packages/clifm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm
index 663802f387..d46a84822e 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -31,7 +31,7 @@ (define-module (gnu packages clifm)
(define-public clifm
(package
(name "clifm")
- (version "1.23")
+ (version "1.24")
(source
(origin
(method git-fetch)
@@ -40,7 +40,7 @@ (define-public clifm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1sxjmqq2g60v389mpnvx4qy95q4fg4l2a8908wgz9jzjpv7lpn8n"))))
+ (base32 "1q3irzpxxkbcd4pk0n3p8rl0vi489m9np74n40946djs6f662324"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "CC="
--
2.48.1
宋文武 wrote 1 weeks ago
(name . Rodion Goritskov)(address . rodion@goritskov.com)(address . 76727-done@debbugs.gnu.org)
87wmd3btow.fsf@envs.net
Rodion Goritskov <rodion@goritskov.com> writes:

Toggle quote (2 lines)
> * gnu/packages/clifm.scm (clifm): Update to 1.24.

Pushed as e0329979da, thanks.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76727@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76727
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help