gnu: mc: Update to 4.8.32.

* gnu/packages/mc.scm (mc): Update to 4.8.32.

Change-Id: I6e11f9e2442fc45c7a3e01803186b5f9ecccc0df
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Tai 2024-09-03 22:30:52 -07:00 committed by Ludovic Courtès
parent 6517baf995
commit 603d848d2a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -40,14 +40,14 @@ (define-module (gnu packages mc)
(define-public mc
(package
(name "mc")
(version "4.8.31")
(version "4.8.32")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
version ".tar.xz"))
(sha256
(base32 "06mbnhxd2k29jah4wp1ciicw1gb51a5d3af43zivhxbncvw1q694"))))
(base32 "1zjr2d6r8w0f78nww42168cndkw79gsqgfgandij7bz9xp8q7p2d"))))
(build-system gnu-build-system)
(arguments
(list