guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mingw-64: Update to 8.0.0.


From: guix-commits
Subject: 02/03: gnu: mingw-64: Update to 8.0.0.
Date: Wed, 3 Feb 2021 10:27:12 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit dc2774549f2f5323353558f46bf484a11cc15f15
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 3 10:11:34 2021 -0500

    gnu: mingw-64: Update to 8.0.0.
    
    * gnu/packages/mingw.scm (mingw-64): Update to 8.0.0.
---
 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 58f01dd..f48b84b 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -45,7 +45,7 @@ specified, recurse and return a mingw-w64 with support for 
winpthreads."
     (package
       (name (string-append "mingw-w64" "-" machine
                            (if with-winpthreads? "-winpthreads" "")))
-      (version "7.0.0")
+      (version "8.0.0")
       (source
        (origin
          (method url-fetch)
@@ -53,7 +53,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 "0a5njsa2zw2ssdz10jkb10mhrf3cb8qp9avs89zqmw4n6pzxy85a"))
+          (base32 "0qjpb9rviasfshk337j5r32ncmrwml8sv6qnmb1lp4mkdbm41is4"))
          (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]