GNU bug report logs - #73020
[PATCH] gnu: mc: Update to 4.8.32.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 4 Sep 2024 05:33:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#73020: closed (Re: [bug#73020] [PATCH] gnu: mc: Update to
 4.8.32.)
Date: Mon, 09 Sep 2024 14:14:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73020: [PATCH] gnu: mc: Update to 4.8.32.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73020 <at> debbugs.gnu.org.

-- 
73020: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73020
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 73020-done <at> debbugs.gnu.org
Subject: Re: [bug#73020] [PATCH] gnu: mc: Update to 4.8.32.
Date: Mon, 09 Sep 2024 16:13:38 +0200
Andy Tai <atai <at> atai.org> skribis:

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

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: mc: Update to 4.8.32.
Date: Tue,  3 Sep 2024 22:30:52 -0700
* 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(-)

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




This bug report was last modified 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.