emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#64469: closed ([PATCH] gnu: mingw: Update to 11.0.0.)


From: GNU bug Tracking System
Subject: bug#64469: closed ([PATCH] gnu: mingw: Update to 11.0.0.)
Date: Tue, 18 Jul 2023 12:28:03 +0000

Your message dated Tue, 18 Jul 2023 20:26:51 +0800
with message-id <87zg3txv5g.fsf@envs.net>
and subject line Re: bug#64469: [PATCH] gnu: mingw: Update to 11.0.0.
has caused the debbugs.gnu.org bug report #64469,
regarding [PATCH] gnu: mingw: Update to 11.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64469: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64469
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mingw: Update to 11.0.0. Date: Wed, 5 Jul 2023 09:48:13 +0100
>From 643cf471bacf49feecb8faa8f3ccd2e751384b5a Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 5 Jul 2023 09:46:23 +0100
Subject: [PATCH] gnu: mingw: Update to 11.0.0.

* gnu/packages/mingw.scm (mingw): Update to 11.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 ae8bea1009..d47f918ac4 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -46,7 +46,7 @@ (define* (make-mingw-w64 machine
     (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 @@ (define* (make-mingw-w64 machine
                "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"
-- 
2.41.0



--- End Message ---
--- Begin Message --- Subject: Re: bug#64469: [PATCH] gnu: mingw: Update to 11.0.0. Date: Tue, 18 Jul 2023 20:26:51 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Michael Ford <fanquake@gmail.com> writes:

> * gnu/packages/mingw.scm (mingw): Update to 11.0.0.

Pushed, thank you!


--- End Message ---

reply via email to

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