mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
5791736e5e
commit
5c585a7ff1
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue