gnu: wine: Update to 2.3.

* gnu/packages/wine.scm (wine): Update to 2.3.
This commit is contained in:
Danny Milosavljevic 2017-03-10 09:41:15 +01:00
parent 4bff300b53
commit 5a717a95b3
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -54,15 +54,14 @@ (define-module (gnu packages wine)
(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)