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

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