guix-patches
[Top][All Lists]
Advanced

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

bug#26045: [PATCH] gnu: wine: Update to 2.3.


From: Kei Kebreau
Subject: bug#26045: [PATCH] gnu: wine: Update to 2.3.
Date: Sat, 11 Mar 2017 17:09:08 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Danny Milosavljevic <address@hidden> 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!

Attachment: signature.asc
Description: PGP signature


reply via email to

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