gnu: wine: Update to 4.0.2.

* gnu/packages/wine.scm (wine): Update to 4.0.2.
This commit is contained in:
Rutger Helling 2019-08-24 11:54:16 +02:00
parent fdfad2fc4e
commit 7929f1f530
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -72,7 +72,7 @@ (define-module (gnu packages wine)
(define-public wine
(package
(name "wine")
(version "4.0.1")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@ -80,7 +80,7 @@ (define-public wine
"/wine-" version ".tar.xz"))
(sha256
(base32
"0j29df0px6dzin4j0cbxgza4msvf9spmwranv25krq1g9kq959nk"))))
"0x5x9pvhryzhq1m7i8gx5wwwj341zz05zymadlhfw5w45xlm0h4r"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)