gnu: wine: Update to 2.0.

* gnu/packages/wine.scm (wine): Update to 2.0.
master
Tobias Geerinckx-Rice 2017-01-26 08:06:48 +01:00
parent eff8d773d6
commit ec8fdd3bf8
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
(define-public wine
(package
(name "wine")
(version "1.9.24")
(version "2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@ -61,7 +61,7 @@
"/wine-" version ".tar.bz2"))
(sha256
(base32
"0qb07vfxwz41wj71lb0ss3apf22m4ch06382rqfksf7gg34pswnb"))))
"1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)