gnu: wine: Update to 2.4.

* gnu/packages/wine.scm (wine): Update to 2.4.
This commit is contained in:
Danny Milosavljevic 2017-03-18 17:13:08 +01:00
parent 21122bd79e
commit 7601b9f7ce
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -54,14 +54,14 @@
(define-public wine (define-public wine
(package (package
(name "wine") (name "wine")
(version "2.3") (version "2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/2.x" (uri (string-append "https://dl.winehq.org/wine/source/2.x"
"/wine-" version ".tar.xz")) "/wine-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg")))) "13klfadvd44zdfrzh38al99s53i02x3mlhcj5z7fq7vqwh3xzdc7"))))
(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)