me
/
guix
Archived
1
0
Fork 0

gnu: wine, wine64: Update to 5.12.

* gnu/packages/wine.scm (wine, wine64): Update to 5.12.
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
1 changed files with 2 additions and 2 deletions

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)