guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/13: gnu: mc: Update to 4.8.30.


From: guix-commits
Subject: 01/13: gnu: mc: Update to 4.8.30.
Date: Mon, 14 Aug 2023 15:37:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9421890fa24411b9481de5538bcd8d12b9dbcc5c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 6 02:00:00 2023 +0200

    gnu: mc: Update to 4.8.30.
    
    * gnu/packages/mc.scm (mc): Update to 4.8.30.
---
 gnu/packages/mc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 141295ed90..881ed323cd 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -38,14 +38,14 @@
 (define-public mc
   (package
     (name "mc")
-    (version "4.8.29")
+    (version "4.8.30")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-";
                           version ".tar.xz"))
       (sha256
-       (base32 "1m0aai4paxpcf3lw1dd94zyxc7wd0ysmfwpibg50q62q9yws7n01"))))
+       (base32 "1py7jm620lsas7rcv5j69608gdshmp25d9gx958hr5sb2jr3rg2y"))))
     (build-system gnu-build-system)
     (native-inputs (list perl pkg-config))
     (inputs (list aspell



reply via email to

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