gnu: wine: Update to 2.0.4.

* gnu/packages/wine.scm: Update to 2.0.4.
This commit is contained in:
Rutger Helling 2018-01-03 10:36:55 +01:00
parent a684e38d73
commit 3ee6315d8b
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@
(define-public wine (define-public wine
(package (package
(name "wine") (name "wine")
(version "2.0.3") (version "2.0.4")
(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
"0mmyc94r5drffir8zr8jx6iawhgfzjk96fj494aa18vhz1jcc4d8")))) "0nlq6apyq7hq36l3g6gw76lhi8ijz11v3v8m4vxy8d6x1qsppq5m"))))
(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)