me
/
guix
Archived
1
0
Fork 0

gnu: wine: Update to 6.16.

* gnu/packages/wine.scm (wine): Update to 6.16.
Leo Prikler 2021-08-30 12:49:19 +02:00
parent 7c3cefde5a
commit b8926ca617
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
(define-public wine (define-public wine
(package (package
(name "wine") (name "wine")
(version "6.14") (version "6.16")
(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 "00jjqbl0xzsp2swzxgx3a2b16p26qbxvcz82a7ihig23k69p3d34")))) (base32 "1s7sz1rimax4kxij1ngkwnx4hcljwjq3q5gksz22k8cq1l2r4l39"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)