[PATCH] gnu: mtools: Update to 4.0.47.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
d88d866f7646a74250e35bc1418b7595928b039e.1737329037.git.atai@atai.org
* gnu/packages/mtools.scm (mtools): Update to 4.0.47.

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

Toggle diff (25 lines)
diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index 267e0af3b0..bd17ac1c52 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.46")
+ (version "4.0.47")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mtools/mtools-"
version ".tar.bz2"))
(sha256
(base32
- "1h0npkb90hl5ki841j6npbvsplwj05clgv14g5wbg3zqb7c8vbcs"))
+ "1zy7gjyrbr9myixw1gcwgvc7klbdql4sjwayp68hbxf3ih3hdaii"))
(patches
(search-patches "mtools-mformat-uninitialized.patch"))))
(build-system gnu-build-system)

base-commit: 87045f0982bd7aebb07b380cbf322651227546f4
--
2.34.1
Andreas Enge wrote 2 months ago
Close
(address . 75680-done@debbugs.gnu.org)
Z5S3oLfWH61QUCCp@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75680@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75680
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help