gnu: wine: Update to 6.6.

* gnu/packages/wine.scm (wine): Update to 6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-20 21:22:30 +02:00
parent fdd63e65d8
commit 76ab3ff0a8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -75,7 +75,7 @@ (define-module (gnu packages wine)
(define-public wine
(package
(name "wine")
(version "6.0")
(version "6.6")
(source
(origin
(method url-fetch)
@ -87,7 +87,7 @@ (define-public wine
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
(base32 "0micb3l54cc2cl3v5q92hzvkxxiwi9lmiv72caf45vl35xghd4xl"))))
(base32 "1bc4zmqpdqs1ncz3qisp8a313pqzi5a31gq1s99ivb60vk325rcr"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)