gnu: wine and wine64: Update to 8.16
* gnu/packages/wine.scm (wine-minimal): Update to 8.16. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8ffbcfbe3f
commit
a965ff448d
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@
|
||||||
(define-public wine-minimal
|
(define-public wine-minimal
|
||||||
(package
|
(package
|
||||||
(name "wine-minimal")
|
(name "wine-minimal")
|
||||||
(version "8.0")
|
(version "8.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -91,7 +91,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 "0bkr3klvjy8h4djddr31fvapsi9pc2rsiyhaa7j1lwpq704w4wh2"))))
|
(base32 "1zgkqflqgl2y3a90f2nvcc1vhzr9ni0lps276553j8zgbqvnd0hn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list bison flex))
|
(native-inputs (list bison flex))
|
||||||
(inputs `())
|
(inputs `())
|
||||||
|
|
Reference in a new issue