diff options
author | fanquake <fanquake@gmail.com> | 2023-07-05 09:49:20 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-18 20:23:42 +0800 |
commit | f610821edae47611ce534afe0659a83f8479cd75 (patch) | |
tree | ddcbb698bf0bf9a041355cf2806bb47fd0464ba7 /gnu | |
parent | 30403c7c3fa9f700edc11fb6584590a68f26b1a5 (diff) | |
download | guix-f610821edae47611ce534afe0659a83f8479cd75.tar.gz |
gnu: mingw-w64-tools: Update to 11.0.0.
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mingw.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm index d47f918ac4..2b0b45457e 100644 --- a/gnu/packages/mingw.scm +++ b/gnu/packages/mingw.scm @@ -144,7 +144,7 @@ several new APIs such as DirectX and DDK, and 64-bit support.") (define-public mingw-w64-tools (package (name "mingw-w64-tools") - (version "10.0.0") + (version "11.0.0") (source (origin (method url-fetch) @@ -152,7 +152,7 @@ several new APIs such as DirectX and DDK, and 64-bit support.") "mirror://sourceforge/mingw-w64/mingw-w64/" "mingw-w64-release/mingw-w64-v" version ".tar.bz2")) (sha256 - (base32 "15089y4rlj6g1m2m3cm3awndw3rbzhznl7skd0vkmikjxl546sxs")))) + (base32 "0pycbxlqh8gj2zp3k531p0r4m7ay6f4nhs9sq9620c6q7dis23mx")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |