gnu: wine: Update to 2.0.3.

* gnu/packages/wine.scm (wine): Update to 2.0.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Rutger Helling 2017-10-30 08:59:18 +01:00 committed by Leo Famulari
parent 8fd4320033
commit faffd821f3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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