gnu: wine: Update to 1.9.15.

* gnu/packages/wine.scm (wine): Update to 1.9.15.
This commit is contained in:
Andreas Enge 2016-07-31 12:11:05 +02:00
parent bb484529cc
commit 7b995c7bcb
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -52,7 +52,7 @@ (define-module (gnu packages wine)
(define-public wine
(package
(name "wine")
(version "1.9.4")
(version "1.9.15")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@ -60,7 +60,7 @@ (define-public wine
"/wine-" version ".tar.bz2"))
(sha256
(base32
"1f5v1gns0xs512a6ym785cn29j8dxdbnxnvkg8v0p1w0p6vfmhbm"))))
"1nmd65knzyh8b0yhxlqqvzai5rpnmhhm0c46n789zr5hj74jm6fg"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext)