[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: mingw-w64-tools: Update to 11.0.1.
From: |
guix-commits |
Subject: |
03/03: gnu: mingw-w64-tools: Update to 11.0.1. |
Date: |
Fri, 18 Aug 2023 04:20:22 -0400 (EDT) |
andreas pushed a commit to branch master
in repository guix.
commit 78f080e25bfc02abd9a8fa88c8ad8d5854f54743
Author: fanquake <fanquake@gmail.com>
AuthorDate: Tue Aug 8 08:40:51 2023 +0200
gnu: mingw-w64-tools: Update to 11.0.1.
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
---
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 68f1d608c2..4eeefe1490 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -144,7 +144,7 @@ several new APIs such as DirectX and DDK, and 64-bit
support.")
(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 @@ several new APIs such as DirectX and DDK, and 64-bit
support.")
"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)