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

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

bug#66731: closed ([PATCH] gnu: wine and wine64: Update to 8.18.)


From: GNU bug Tracking System
Subject: bug#66731: closed ([PATCH] gnu: wine and wine64: Update to 8.18.)
Date: Fri, 03 Nov 2023 10:29:02 +0000

Your message dated Fri, 03 Nov 2023 10:27:19 +0000
with message-id <875y2jm8r7.fsf@cbaines.net>
and subject line Re: [bug#66731] [PATCH] gnu: wine and wine64: Update to 8.18.
has caused the debbugs.gnu.org bug report #66731,
regarding [PATCH] gnu: wine and wine64: Update to 8.18.
to be marked as done.

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


-- 
66731: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66731
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: wine and wine64: Update to 8.18. Date: Tue, 24 Oct 2023 17:36:31 +0000
* gnu/packages/wine.scm (wine-minimal): Update to 8.18.
[properties]: Set upstream-name.

Change-Id: I018c320a990bf101d193095b68c44312ce9653a4
---
 gnu/packages/wine.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 3822165f7f..400f0e7607 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages wine)
 (define-public wine-minimal
   (package
     (name "wine-minimal")
-    (version "8.16")
+    (version "8.18")
     (source
      (origin
        (method url-fetch)
@@ -91,7 +91,8 @@ (define-public wine-minimal
               (string-append "https://dl.winehq.org/wine/source/"; dir
                              "wine-" version ".tar.xz")))
        (sha256
-        (base32 "1zgkqflqgl2y3a90f2nvcc1vhzr9ni0lps276553j8zgbqvnd0hn"))))
+        (base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih"))))
+    (properties '((upstream-name . "wine")))
     (build-system gnu-build-system)
     (native-inputs (list bison flex))
     (inputs `())

base-commit: f3714b3d5f51aced4b31447c42d5e89c75e3079f
-- 
2.41.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#66731] [PATCH] gnu: wine and wine64: Update to 8.18. Date: Fri, 03 Nov 2023 10:27:19 +0000 User-agent: mu4e 1.10.7; emacs 29.1
Kaelyn Takata via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/wine.scm (wine-minimal): Update to 8.18.
> [properties]: Set upstream-name.
>
> Change-Id: I018c320a990bf101d193095b68c44312ce9653a4
> ---
>  gnu/packages/wine.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks for the patch! I tweaked the commit message to say wine-minimal
rather than wine and wine64, since that's where the change is being
made, and pushed this to master as
ada7e0d04286d800197cc06752ea1b4a0f8a91d0.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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