gnu: wine: Update to 3.0.

* gnu/packages/wine.scm (wine): Update to 3.0.
master
Rutger Helling 2018-01-18 18:47:10 +01:00
parent 8180a40692
commit 048fca7b5f
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 3 additions and 3 deletions

View File

@ -61,14 +61,14 @@
(define-public wine
(package
(name "wine")
(version "2.0.4")
(version "3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/2.0"
(uri (string-append "https://dl.winehq.org/wine/source/3.0"
"/wine-" version ".tar.xz"))
(sha256
(base32
"0nlq6apyq7hq36l3g6gw76lhi8ijz11v3v8m4vxy8d6x1qsppq5m"))))
"1v7vq9iinkscbq6wg85fb0d2137660fg2nk5iabxkl2wr850asil"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)