mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: mingw-w64: Update to 5.0.3.
* gnu/packages/mingw.scm (mingw-w64): Update to 5.0.3.
This commit is contained in:
parent
8aaba50071
commit
5dacc645b8
1 changed files with 2 additions and 2 deletions
|
@ -37,14 +37,14 @@ (define %mingw-triplet
|
||||||
(define-public mingw-w64
|
(define-public mingw-w64
|
||||||
(package
|
(package
|
||||||
(name "mingw-w64")
|
(name "mingw-w64")
|
||||||
(version "5.0-rc2")
|
(version "5.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://sourceforge.net/projects/mingw-w64/files/mingw-w64/"
|
"https://sourceforge.net/projects/mingw-w64/files/mingw-w64/"
|
||||||
"mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
|
"mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0imdary8j07if8ih73pfgxiclpf2ax8h3mz8mxln07i8sbbd30c9"))
|
(base32 "1d4wrjfdlq5xqpv9zg6ssw4lm8jnv6522xf7d6zbjygmkswisq1a"))
|
||||||
(patches (search-patches "mingw-w64-5.0rc2-gcc-4.9.3.patch"))))
|
(patches (search-patches "mingw-w64-5.0rc2-gcc-4.9.3.patch"))))
|
||||||
(native-inputs `(("xgcc-core" ,(cross-gcc %mingw-triplet))
|
(native-inputs `(("xgcc-core" ,(cross-gcc %mingw-triplet))
|
||||||
("xbinutils" ,(cross-binutils %mingw-triplet))))
|
("xbinutils" ,(cross-binutils %mingw-triplet))))
|
||||||
|
|
Loading…
Reference in a new issue