gnu: mingw-64: Update to 8.0.0.

* gnu/packages/mingw.scm (mingw-64): Update to 8.0.0.
This commit is contained in:
Maxim Cournoyer 2021-02-03 10:11:34 -05:00
parent 88c635d96a
commit dc2774549f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -45,7 +45,7 @@ (define* (make-mingw-w64 machine
(package (package
(name (string-append "mingw-w64" "-" machine (name (string-append "mingw-w64" "-" machine
(if with-winpthreads? "-winpthreads" ""))) (if with-winpthreads? "-winpthreads" "")))
(version "7.0.0") (version "8.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -53,7 +53,7 @@ (define* (make-mingw-w64 machine
"mirror://sourceforge/mingw-w64/mingw-w64/" "mirror://sourceforge/mingw-w64/mingw-w64/"
"mingw-w64-release/mingw-w64-v" version ".tar.bz2")) "mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
(sha256 (sha256
(base32 "0a5njsa2zw2ssdz10jkb10mhrf3cb8qp9avs89zqmw4n6pzxy85a")) (base32 "0qjpb9rviasfshk337j5r32ncmrwml8sv6qnmb1lp4mkdbm41is4"))
(patches (patches
(search-patches "mingw-w64-6.0.0-gcc.patch" (search-patches "mingw-w64-6.0.0-gcc.patch"
"mingw-w64-dlltool-temp-prefix.patch" "mingw-w64-dlltool-temp-prefix.patch"