gnu: wine: Update to 6.8.

* gnu/packages/wine.scm (wine): Update to 6.8.
This commit is contained in:
Leo Prikler 2021-05-08 17:45:45 +02:00
parent f903bb7741
commit e534919c1e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -75,7 +75,7 @@ (define-module (gnu packages wine)
(define-public wine
(package
(name "wine")
(version "6.6")
(version "6.8")
(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 "1bc4zmqpdqs1ncz3qisp8a313pqzi5a31gq1s99ivb60vk325rcr"))))
(base32 "1n7bd6kkhfgi23bz981qml3lajgvbs3ibqrc2mqjhhfqczg2shjv"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)