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

gnu: wine, wine64: Update to 5.12.

* gnu/packages/wine.scm (wine, wine64): Update to 5.12.
This commit is contained in:
Jakub Kądziołka 2020-07-09 02:06:50 +02:00
parent 10bdd84e69
commit 065a5ed677
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -76,7 +76,7 @@
(define-public wine
(package
(name "wine")
(version "5.3")
(version "5.12")
(source
(origin
(method url-fetch)
@ -88,7 +88,7 @@
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
(base32 "1pkzj3656ad0vmc7ciwfzn45lb2kxwbyymfwnqaa105dicicf6wv"))))
(base32 "0bl4ii4h1w4z8kb6dpdc1pgwk0wrhm61c2q2nzpcckkrqra75wc7"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)