3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: wine: Update to 2.0.2.

* gnu/packages/wine.scm (wine): Update to 2.0.2.
This commit is contained in:
Rutger Helling 2017-08-23 13:43:14 +02:00 committed by Thomas Danckaert
parent 13035eb2de
commit 9dd14f1e08
No known key found for this signature in database
GPG key ID: 5C3B064C724A5726

View file

@ -55,14 +55,14 @@
(define-public wine
(package
(name "wine")
(version "2.0.1")
(version "2.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/2.0"
"/wine-" version ".tar.xz"))
(sha256
(base32
"10qm0xxqzvl4y3mhvaxcaacrcs8d5kdz5wf0gbxpmp36wnm4xyvc"))))
"16iwf48cfi39aqyy8131jz4x7lr551c9yc0mnks7g24j77sq867p"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)