gnu: wine-staging, wine64-staging: Update to 9.0.
* gnu/packages/wine.scm (wine-staging, wine64-staging): Update to 9.0. Change-Id: I0668d4f7f42eb6ba879025c38eeb51c805e4143d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5a1a961863
commit
9daf074a7a
1 changed files with 3 additions and 3 deletions
|
@ -304,7 +304,7 @@ integrate Windows applications into your desktop.")
|
||||||
(define-public wine-staging-patchset-data
|
(define-public wine-staging-patchset-data
|
||||||
(package
|
(package
|
||||||
(name "wine-staging-patchset-data")
|
(name "wine-staging-patchset-data")
|
||||||
(version "8.18")
|
(version "9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -313,7 +313,7 @@ integrate Windows applications into your desktop.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qabyw5139xdfsvzbwbrn1nnqssgwk8mn88mxnq2cdkk9gbjvq56"))))
|
(base32 "0xdinbj9byihy8snv6h1mcb79rh35zwhhld4g7mjg0k2wvjgskwl"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list coreutils))
|
(list coreutils))
|
||||||
|
@ -359,7 +359,7 @@ integrate Windows applications into your desktop.")
|
||||||
"wine-" wine-version ".tar.xz"))
|
"wine-" wine-version ".tar.xz"))
|
||||||
(file-name (string-append name "-" wine-version ".tar.xz"))
|
(file-name (string-append name "-" wine-version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih")))))
|
(base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw")))))
|
||||||
(inputs (modify-inputs (package-inputs wine)
|
(inputs (modify-inputs (package-inputs wine)
|
||||||
(prepend autoconf ; for autoreconf
|
(prepend autoconf ; for autoreconf
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
Reference in a new issue