me
/
guix
Archived
1
0
Fork 0

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>
master
Andy Tai 2024-03-07 22:31:45 -08:00 committed by 宋文武
parent 52f9db6503
commit d13cfbc3f9
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 3 deletions

View File

@ -40,14 +40,14 @@
(define-public mc (define-public mc
(package (package
(name "mc") (name "mc")
(version "4.8.30") (version "4.8.31")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-" (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "1py7jm620lsas7rcv5j69608gdshmp25d9gx958hr5sb2jr3rg2y")))) (base32 "06mbnhxd2k29jah4wp1ciicw1gb51a5d3af43zivhxbncvw1q694"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list
@ -68,7 +68,6 @@
(list "lib/utilunix.c" (list "lib/utilunix.c"
"src/filemanager/ext.c" "src/filemanager/ext.c"
"src/usermenu.c" "src/usermenu.c"
"src/vfs/fish/fish.c"
;; This file hard-codes other shells, but they're never ;; This file hard-codes other shells, but they're never
;; tried after mc's first choice (bash) is found. ;; tried after mc's first choice (bash) is found.
"lib/shell.c") "lib/shell.c")