gnu: mingw: Update to 11.0.0.

* gnu/packages/mingw.scm (mingw): Update to 11.0.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
fanquake 2023-07-05 09:46:23 +01:00 committed by 宋文武
parent 2c19706fd8
commit 30403c7c3f
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -46,7 +46,7 @@ (define* (make-mingw-w64 machine
(package
(name (string-append "mingw-w64" "-" machine
(if with-winpthreads? "-winpthreads" "")))
(version "10.0.0")
(version "11.0.0")
(source
(origin
(method url-fetch)
@ -54,7 +54,7 @@ (define* (make-mingw-w64 machine
"mirror://sourceforge/mingw-w64/mingw-w64/"
"mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
(sha256
(base32 "15089y4rlj6g1m2m3cm3awndw3rbzhznl7skd0vkmikjxl546sxs"))
(base32 "0pycbxlqh8gj2zp3k531p0r4m7ay6f4nhs9sq9620c6q7dis23mx"))
(patches
(search-patches "mingw-w64-6.0.0-gcc.patch"
"mingw-w64-dlltool-temp-prefix.patch"