GNU bug report logs -
#64470
[PATCH] gnu: mingw-w64-tools: Update to 11.0.0.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Wed, 5 Jul 2023 08:51:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 18 Jul 2023 20:27:08 +0800
with message-id <87wmyxxv4z.fsf <at> envs.net>
and subject line Re: bug#64470: [PATCH] gnu: mingw-w64-tools: Update to 11.0.0.
has caused the debbugs.gnu.org bug report #64470,
regarding [PATCH] gnu: mingw-w64-tools: Update to 11.0.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
64470: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64470
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From 508921d446882cc77e6da6601a84b1a420a163e8 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 5 Jul 2023 09:49:20 +0100
Subject: [PATCH] gnu: mingw-w64-tools: Update to 11.0.0.
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.0.
---
gnu/packages/mingw.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm
index d47f918ac4..2b0b45457e 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -144,7 +144,7 @@ (define-public mingw-w64 mingw-w64-i686)
(define-public mingw-w64-tools
(package
(name "mingw-w64-tools")
- (version "10.0.0")
+ (version "11.0.0")
(source
(origin
(method url-fetch)
@@ -152,7 +152,7 @@ (define-public mingw-w64-tools
"mirror://sourceforge/mingw-w64/mingw-w64/"
"mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
(sha256
- (base32 "15089y4rlj6g1m2m3cm3awndw3rbzhznl7skd0vkmikjxl546sxs"))))
+ (base32 "0pycbxlqh8gj2zp3k531p0r4m7ay6f4nhs9sq9620c6q7dis23mx"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
> * gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.0.
Applied, thank you!
This bug report was last modified 2 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.