[PATCH] gnu: mingw-w64-tools: Update to 11.0.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Michael Ford
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 8 Aug 2023 08:43
(address . guix-patches@gnu.org)
CAFyhPjUdTYZ_kNSRnN4_Xm3xoLcZAxhOnn20WR2cbHuEQwgX0g@mail.gmail.com
From dfe951d62ee25933da1be9a30a1b850977c1d216 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Tue, 8 Aug 2023 08:40:51 +0200
Subject: [PATCH] gnu: mingw-w64-tools: Update to 11.0.1.

* gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.1.
---
gnu/packages/mingw.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm
index 68f1d608c2..4eeefe1490 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 "11.0.0")
+ (version "11.0.1")
(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 "0pycbxlqh8gj2zp3k531p0r4m7ay6f4nhs9sq9620c6q7dis23mx"))))
+ (base32 "047f4m37kxf7g8qj23qplrzfd9cirfkkv8d175sfv2zfd7hbqriz"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
--
2.41.0
Attachment: file
A
A
Andreas Enge wrote on 18 Aug 2023 10:20
Closing
ZN8pvI8EGS6df05o@jurong
Applied and pushed, thanks!

Andreas
Closed
?