GNU bug report logs - #26045
[PATCH] gnu: wine: Update to 2.3.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Fri, 10 Mar 2017 08:42:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 26045 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 26045 <at> debbugs.gnu.org
Subject: Re: bug#26045: [PATCH] gnu: wine: Update to 2.3.
Date: Sat, 11 Mar 2017 17:09:08 -0500
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> * gnu/packages/wine.scm (wine): Update to 2.3.
> ---
>  gnu/packages/wine.scm | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
> index d28e2dd4e..40e1dd5cf 100644
> --- a/gnu/packages/wine.scm
> +++ b/gnu/packages/wine.scm
> @@ -54,15 +54,14 @@
>  (define-public wine
>    (package
>      (name "wine")
> -    (version "2.0")
> +    (version "2.3")
>      (source (origin
>                (method url-fetch)
> -              (uri (string-append "https://dl.winehq.org/wine/source/"
> -                                  (version-major+minor version)
> -                                  "/wine-" version ".tar.bz2"))
> +              (uri (string-append "https://dl.winehq.org/wine/source/2.x"
> +                                  "/wine-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"))))
> +                "0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg"))))
>      (build-system gnu-build-system)
>      (native-inputs `(("pkg-config" ,pkg-config)
>                       ("gettext" ,gettext-minimal)

Looks good and builds fine!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.