summaryrefslogtreecommitdiff
path: root/gnu/packages/mingw.scm
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-08-08 08:40:51 +0200
committerAndreas Enge <andreas@enge.fr>2023-08-18 10:19:14 +0200
commit78f080e25bfc02abd9a8fa88c8ad8d5854f54743 (patch)
treecaf0d0d8921ad5a2444a776447187de59b38c99e /gnu/packages/mingw.scm
parent43feef1753b0a2db9f28212404ea00528808a006 (diff)
downloadguix-patches-78f080e25bfc02abd9a8fa88c8ad8d5854f54743.tar
guix-patches-78f080e25bfc02abd9a8fa88c8ad8d5854f54743.tar.gz
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>
Diffstat (limited to 'gnu/packages/mingw.scm')
-rw-r--r--gnu/packages/mingw.scm4
1 files 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)