gnu: wine: Update to 2.0.2.

* gnu/packages/wine.scm (wine): Update to 2.0.2.
This commit is contained in:
Rutger Helling 2017-08-23 13:43:14 +02:00 committed by Thomas Danckaert
parent 13035eb2de
commit 9dd14f1e08
No known key found for this signature in database
GPG Key ID: 5C3B064C724A5726
1 changed files with 2 additions and 2 deletions

View File

@ -55,14 +55,14 @@
(define-public wine (define-public wine
(package (package
(name "wine") (name "wine")
(version "2.0.1") (version "2.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/2.0" (uri (string-append "https://dl.winehq.org/wine/source/2.0"
"/wine-" version ".tar.xz")) "/wine-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"10qm0xxqzvl4y3mhvaxcaacrcs8d5kdz5wf0gbxpmp36wnm4xyvc")))) "16iwf48cfi39aqyy8131jz4x7lr551c9yc0mnks7g24j77sq867p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)