[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: mc: Update to 4.8.31.
From: |
guix-commits |
Subject: |
01/07: gnu: mc: Update to 4.8.31. |
Date: |
Fri, 8 Mar 2024 22:37:52 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit d13cfbc3f9f9461f9a72b9583eedddd342bbf4ea
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Mar 7 22:31:45 2024 -0800
gnu: mc: Update to 4.8.31.
* gnu/packages/mc.scm (mc): Update to 4.8.31.
Change-Id: Ib610e76b2ef5e6c1a1f49f34073015c0b260ea77
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/mc.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 994f89f524..8cf760ac53 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -40,14 +40,14 @@
(define-public mc
(package
(name "mc")
- (version "4.8.30")
+ (version "4.8.31")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
version ".tar.xz"))
(sha256
- (base32 "1py7jm620lsas7rcv5j69608gdshmp25d9gx958hr5sb2jr3rg2y"))))
+ (base32 "06mbnhxd2k29jah4wp1ciicw1gb51a5d3af43zivhxbncvw1q694"))))
(build-system gnu-build-system)
(arguments
(list
@@ -68,7 +68,6 @@
(list "lib/utilunix.c"
"src/filemanager/ext.c"
"src/usermenu.c"
- "src/vfs/fish/fish.c"
;; This file hard-codes other shells, but they're never
;; tried after mc's first choice (bash) is found.
"lib/shell.c")
- branch master updated (52f9db6503 -> fd3e618cf0), guix-commits, 2024/03/08
- 04/07: gnu: catch2-3: Update to 3.5.3., guix-commits, 2024/03/08
- 07/07: gnu: darktable: Update to 4.6.1., guix-commits, 2024/03/08
- 03/07: gnu: fennel: Update to 1.4.2., guix-commits, 2024/03/08
- 02/07: gnu: cmark: Update to 0.31.0., guix-commits, 2024/03/08
- 06/07: gnu: xnedit: Update to 1.5.3., guix-commits, 2024/03/08
- 01/07: gnu: mc: Update to 4.8.31.,
guix-commits <=
- 05/07: gnu: oil: Update to 0.20.0., guix-commits, 2024/03/08