guix-patches
[Top][All Lists]
Advanced

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

[bug#71630] [PATCH 5/5] gnu: mingw-w64-tools: Update to 12.0.0.


From: Jean-Pierre De Jesus DIAZ
Subject: [bug#71630] [PATCH 5/5] gnu: mingw-w64-tools: Update to 12.0.0.
Date: Tue, 18 Jun 2024 13:26:17 +0200

* gnu/packages/mingw.scm (mingw-w64-tools): Update to 12.0.0.

Change-Id: Ia9060ddb1795ca2941a13435485841dbee0c1200
---
 gnu/packages/mingw.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm
index 88a2db2141..89e08be9ac 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -151,7 +151,7 @@ (define-public mingw-w64 mingw-w64-i686)
 (define-public mingw-w64-tools
   (package
     (name "mingw-w64-tools")
-    (version "11.0.1")
+    (version "12.0.0")
     (source
      (origin
        (method url-fetch)
@@ -159,7 +159,7 @@ (define-public mingw-w64-tools
              "mirror://sourceforge/mingw-w64/mingw-w64/"
              "mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
        (sha256
-        (base32 "047f4m37kxf7g8qj23qplrzfd9cirfkkv8d175sfv2zfd7hbqriz"))))
+        (base32 "0bzdprdrb8jy5dhkl2j2yhnr2nsiv6wk2wzxrzaqsvjbmj58jhfc"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -176,10 +176,6 @@ (define-public mingw-w64-tools
              (replace 'unpack
                (lambda _
                  (chdir "../genidl"))))
-           (modify-phases %standard-phases
-             (replace 'unpack
-               (lambda _
-                 (chdir "../genlib"))))
            (modify-phases %standard-phases
              (replace 'unpack
                (lambda _
-- 
2.45.1






reply via email to

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