guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: mingw: Update to 11.0.0.


From: guix-commits
Subject: 04/10: gnu: mingw: Update to 11.0.0.
Date: Tue, 18 Jul 2023 08:24:39 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 30403c7c3fa9f700edc11fb6584590a68f26b1a5
Author: fanquake <fanquake@gmail.com>
AuthorDate: Wed Jul 5 09:46:23 2023 +0100

    gnu: mingw: Update to 11.0.0.
    
    * gnu/packages/mingw.scm (mingw): Update to 11.0.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/mingw.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm
index ae8bea1009..d47f918ac4 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 "10.0.0")
+      (version "11.0.0")
       (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 "15089y4rlj6g1m2m3cm3awndw3rbzhznl7skd0vkmikjxl546sxs"))
+          (base32 "0pycbxlqh8gj2zp3k531p0r4m7ay6f4nhs9sq9620c6q7dis23mx"))
          (patches
           (search-patches "mingw-w64-6.0.0-gcc.patch"
                           "mingw-w64-dlltool-temp-prefix.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]