guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mingw-w64-*: Update to 7.0.0.


From: guix-commits
Subject: branch master updated: gnu: mingw-w64-*: Update to 7.0.0.
Date: Thu, 12 Mar 2020 15:46:41 -0400

This is an automated email from the git hooks/post-receive script.

carl pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0f86417  gnu: mingw-w64-*: Update to 7.0.0.
0f86417 is described below

commit 0f864175dcfa23562744630cb3313de583856a66
Author: Carl Dong <address@hidden>
AuthorDate: Thu Mar 12 00:01:20 2020 -0400

    gnu: mingw-w64-*: Update to 7.0.0.
    
    * gnu/packages/mingw.scm (make-mingw-w64): Update to 7.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 88c8d41..d0785c5 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -45,14 +45,14 @@ specified, recurse and return a mingw-w64 with support for 
winpthreads."
     (package
       (name (string-append "mingw-w64" "-" machine
                            (if with-winpthreads? "-winpthreads" "")))
-      (version "6.0.0")
+      (version "7.0.0")
       (source (origin
                 (method url-fetch)
                 (uri (string-append
                       
"https://sourceforge.net/projects/mingw-w64/files/mingw-w64/";
                       "mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
                 (sha256
-                 (base32 
"1w28mynv500y03h92nh87rgw3fnp82qwnjbxrrzqkmr63q812pl0"))
+                 (base32 
"0a5njsa2zw2ssdz10jkb10mhrf3cb8qp9avs89zqmw4n6pzxy85a"))
                 (patches (search-patches "mingw-w64-6.0.0-gcc.patch"))))
       (native-inputs `(("xgcc-core" ,(if xgcc xgcc (cross-gcc triplet)))
                        ("xbinutils" ,(if xbinutils xbinutils (cross-binutils 
triplet)))



reply via email to

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