me
/
guix
Archived
1
0
Fork 0

gnu: mingw-w64-*: Update to 7.0.0.

* gnu/packages/mingw.scm (make-mingw-w64): Update to 7.0.0.
master
Carl Dong 2020-03-12 00:01:20 -04:00
parent b431f6c9cc
commit 0f864175dc
No known key found for this signature in database
GPG Key ID: 0CC52153197991A5
1 changed files with 2 additions and 2 deletions

View File

@ -45,14 +45,14 @@ specified, recurse and return a mingw-w64 with support for winpthreads."
(package
(name (string-append "mingw-w64" "-" machine
(if with-winpthreads? "-winpthreads" "")))
(version "6.0.0")
(version "7.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://sourceforge.net/projects/mingw-w64/files/mingw-w64/"
"mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
(sha256
(base32 "1w28mynv500y03h92nh87rgw3fnp82qwnjbxrrzqkmr63q812pl0"))
(base32 "0a5njsa2zw2ssdz10jkb10mhrf3cb8qp9avs89zqmw4n6pzxy85a"))
(patches (search-patches "mingw-w64-6.0.0-gcc.patch"))))
(native-inputs `(("xgcc-core" ,(if xgcc xgcc (cross-gcc triplet)))
("xbinutils" ,(if xbinutils xbinutils (cross-binutils triplet)))