[PATCH] gnu: mc: Update to 4.8.32.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 3 Sep 22:30 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
a9dfd91e6363a99a44baa6ade0373b7976574cbe.1725427828.git.atai@atai.org
* gnu/packages/mc.scm (mc): Update to 4.8.32.

Change-Id: I6e11f9e2442fc45c7a3e01803186b5f9ecccc0df
---
gnu/packages/mc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 8cf760ac53..dc909ed7e1 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.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

base-commit: 7fa9df431e9423e2b79c8c520de1d0ef7aed910d
--
2.34.1
L
L
Ludovic Courtès wrote on 9 Sep 07:13 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 73020-done@debbugs.gnu.org)
87tteoc3u5.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/mc.scm (mc): Update to 4.8.32.
>
> Change-Id: I6e11f9e2442fc45c7a3e01803186b5f9ecccc0df

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73020@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73020
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch