diff options
author | fanquake <fanquake@gmail.com> | 2023-08-08 08:40:07 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-18 10:18:53 +0200 |
commit | 43feef1753b0a2db9f28212404ea00528808a006 (patch) | |
tree | 64768e7f12766620b71e9f389eb45a403674c0c6 | |
parent | e4702777e70ef47405c01d54ede60eff01121399 (diff) | |
download | guix-43feef1753b0a2db9f28212404ea00528808a006.tar.gz guix-43feef1753b0a2db9f28212404ea00528808a006.zip |
gnu: mingw-w64: Update to 11.0.1.
* gnu/packages/mingw.scm (make-mingw-w64): Update to 11.0.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 2b0b45457e..68f1d608c2 100644 --- a/gnu/packages/mingw.scm +++ b/gnu/packages/mingw.scm @@ -46,7 +46,7 @@ specified, recurse and return a mingw-w64 with support for winpthreads." (package (name (string-append "mingw-w64" "-" machine (if with-winpthreads? "-winpthreads" ""))) - (version "11.0.0") + (version "11.0.1") (source (origin (method url-fetch) @@ -54,7 +54,7 @@ specified, recurse and return a mingw-w64 with support for winpthreads." "mirror://sourceforge/mingw-w64/mingw-w64/" "mingw-w64-release/mingw-w64-v" version ".tar.bz2")) (sha256 - (base32 "0pycbxlqh8gj2zp3k531p0r4m7ay6f4nhs9sq9620c6q7dis23mx")) + (base32 "047f4m37kxf7g8qj23qplrzfd9cirfkkv8d175sfv2zfd7hbqriz")) (patches (search-patches "mingw-w64-6.0.0-gcc.patch" "mingw-w64-dlltool-temp-prefix.patch" |