gnu: wine: Update to 7.8.

* gnu/packages/wine.scm (wine): Update to 7.8.
This commit is contained in:
Liliana Marie Prikler 2022-05-07 11:46:23 +02:00
parent 94b28247d1
commit b03f7b598b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
(define-public wine
(package
(name "wine")
(version "7.0")
(version "7.8")
(source
(origin
(method url-fetch)
@ -86,7 +86,7 @@
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
(base32 "0sq8vsr8jf1a8fanh76rq7vyxm8h0cc4ckirjy7v2p08biyy4hsv"))))
(base32 "1f0r00b6lk59cmpj42b7f2jrd58d7vxfvpp54j7arwjhdg4yjxlg"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)