guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]