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>
This commit is contained in:
fanquake 2023-08-08 08:40:51 +02:00 committed by Andreas Enge
parent 43feef1753
commit 78f080e25b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)