all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 63222@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#63222] [PATCH] gnu: mc: Update to 4.8.29
Date: Mon,  1 May 2023 22:56:46 -0700	[thread overview]
Message-ID: <20230502055646.26889-1-atai@atai.org> (raw)

* gnu/packages/mc.scm (mc): Update to 4.8.29
---
 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 7bde8a5e78..141295ed90 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -38,14 +38,14 @@ (define-module (gnu packages mc)
 (define-public mc
   (package
     (name "mc")
-    (version "4.8.27")
+    (version "4.8.29")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
                           version ".tar.xz"))
       (sha256
-       (base32 "1x2g5ahgzg951y4ldbsgkv8icni2mgh3p2wsds0j16gsbwi5kgii"))))
+       (base32 "1m0aai4paxpcf3lw1dd94zyxc7wd0ysmfwpibg50q62q9yws7n01"))))
     (build-system gnu-build-system)
     (native-inputs (list perl pkg-config))
     (inputs (list aspell

base-commit: 854c57c3525325070e261a2e6f81d4016ef44bfa
prerequisite-patch-id: 356487fe659e9490f9f895986d429fd7c8652750
-- 
2.39.2





             reply	other threads:[~2023-05-02  5:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02  5:56 Andy Tai [this message]
2023-05-07  9:43 ` bug#63222: [PATCH] gnu: mc: Update to 4.8.29 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230502055646.26889-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=63222@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.