GNU bug report logs -
#69600
[PATCH] gnu: mc: Update to 4.8.31
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 7 Mar 2024 05:27:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
new patch v2 to make Juliana's suggested change official so Guix QA
can pick it up
On Thu, Mar 7, 2024 at 10:31 PM Andy Tai <atai <at> atai.org> wrote:
>
> * gnu/packages/mc.scm (mc): Update to 4.8.31
>
> Change-Id: Ib610e76b2ef5e6c1a1f49f34073015c0b260ea77
> ---
> 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-module (gnu packages mc)
> (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 @@ (define-public mc
> (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")
>
> base-commit: f18d13b5f89c161c6ee88d15ecdaa8d973ee4503
> --
> 2.34.1
>
This bug report was last modified 1 year and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.