guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: mingw-w64-tools: Update to 10.0.0.


From: guix-commits
Subject: 14/17: gnu: mingw-w64-tools: Update to 10.0.0.
Date: Wed, 3 Aug 2022 11:44:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5c585a7ff19f172595f09da9354e4fc540352855
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Mon Jul 18 18:52:31 2022 +0000

    gnu: mingw-w64-tools: Update to 10.0.0.
    
    * gnu/packages/mingw.scm (mingw-w64-tools): Update to 10.0.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.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 161fd4ff93..ae8bea1009 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 "8.0.0")
+    (version "10.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 "0qjpb9rviasfshk337j5r32ncmrwml8sv6qnmb1lp4mkdbm41is4"))))
+        (base32 "15089y4rlj6g1m2m3cm3awndw3rbzhznl7skd0vkmikjxl546sxs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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