all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 74575@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#74575] [PATCH] gnu: mtools: Update to 4.0.46.
Date: Wed, 27 Nov 2024 22:43:53 -0800	[thread overview]
Message-ID: <07f2caa8fce3e330dacdff1ed557d2f2bb7cce8a.1732776202.git.atai@atai.org> (raw)

* gnu/packages/mtools.scm (mtools): Update to 4.0.46.

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

diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index 5110d58269..267e0af3b0 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages mtools)
 (define-public mtools
   (package
     (name "mtools")
-    (version "4.0.45")
+    (version "4.0.46")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/mtools/mtools-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "066ncw51da1h6w80p6cl6flw8sznk933sf545xa0xzhfpnb8l00b"))
+                "1h0npkb90hl5ki841j6npbvsplwj05clgv14g5wbg3zqb7c8vbcs"))
               (patches
                (search-patches "mtools-mformat-uninitialized.patch"))))
     (build-system gnu-build-system)

base-commit: ce877a777e6ec089dc347e9883387d3080b471cf
-- 
2.46.0





                 reply	other threads:[~2024-11-28  6:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=07f2caa8fce3e330dacdff1ed557d2f2bb7cce8a.1732776202.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=74575@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.