gnu: wine: Update to 4.0.1.

* gnu/packages/wine.scm (wine): Update to 4.0.1.
master
Rutger Helling 2019-05-17 12:18:41 +02:00
parent d59c90a5bf
commit e3c5ff3e3d
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
(define-public wine (define-public wine
(package (package
(name "wine") (name "wine")
(version "4.0") (version "4.0.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/" (uri (string-append "https://dl.winehq.org/wine/source/"
@ -80,7 +80,7 @@
"/wine-" version ".tar.xz")) "/wine-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0k8d90mgjzv8vjspmnxzr3i5mbccxnbr9hf03q1bpf5jjppcsdk7")))) "0j29df0px6dzin4j0cbxgza4msvf9spmwranv25krq1g9kq959nk"))))
(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)