GNU bug report logs -
#73540
[PATCH] gnu: mtools: update to 4.0.45.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 28 Sep 2024 23:41:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73540: [PATCH] gnu: mtools: update to 4.0.45.
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 73540 <at> debbugs.gnu.org.
--
73540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73540
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/mtools.scm (mtools): Update to 4.0.45.
>
> Change-Id: I409d5833a9f4e6586cec0e18336e571827c008a1
> ---
> 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 92706083b4..5110d58269 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.44")
> + (version "4.0.45")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/mtools/mtools-"
> version ".tar.bz2"))
> (sha256
> (base32
> - "1f6x3srkssjcnrmd9hkladc8nzkwq9rqkiy15r5ksg2k4bq4vp1p"))
> + "066ncw51da1h6w80p6cl6flw8sznk933sf545xa0xzhfpnb8l00b"))
> (patches
> (search-patches "mtools-mformat-uninitialized.patch"))))
> (build-system gnu-build-system)
>
> base-commit: 5e888ec915cfdd256e726959cdc23293bc36277e
push, close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/mtools.scm (mtools): Update to 4.0.45.
Change-Id: I409d5833a9f4e6586cec0e18336e571827c008a1
---
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 92706083b4..5110d58269 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.44")
+ (version "4.0.45")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mtools/mtools-"
version ".tar.bz2"))
(sha256
(base32
- "1f6x3srkssjcnrmd9hkladc8nzkwq9rqkiy15r5ksg2k4bq4vp1p"))
+ "066ncw51da1h6w80p6cl6flw8sznk933sf545xa0xzhfpnb8l00b"))
(patches
(search-patches "mtools-mformat-uninitialized.patch"))))
(build-system gnu-build-system)
base-commit: 5e888ec915cfdd256e726959cdc23293bc36277e
--
2.34.1
This bug report was last modified 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.