gnu: mingw-w64-tools: Update to 10.0.0.

* gnu/packages/mingw.scm (mingw-w64-tools): Update to 10.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Kaelyn Takata 2022-07-18 18:52:31 +00:00 committed by Ludovic Courtès
parent 5791736e5e
commit 5c585a7ff1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -144,7 +144,7 @@ (define-public mingw-w64 mingw-w64-i686)
(define-public mingw-w64-tools
(package
(name "mingw-w64-tools")
(version "8.0.0")
(version "10.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 "0qjpb9rviasfshk337j5r32ncmrwml8sv6qnmb1lp4mkdbm41is4"))))
(base32 "15089y4rlj6g1m2m3cm3awndw3rbzhznl7skd0vkmikjxl546sxs"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)