mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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>
This commit is contained in:
parent
52f9db6503
commit
d13cfbc3f9
1 changed files with 2 additions and 3 deletions
|
@ -40,14 +40,14 @@ (define-module (gnu packages mc)
|
||||||
(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 @@ (define-public mc
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue