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>master
parent
5a1a961863
commit
9daf074a7a
|
@ -304,7 +304,7 @@ integrate Windows applications into your desktop.")
|
|||
(define-public wine-staging-patchset-data
|
||||
(package
|
||||
(name "wine-staging-patchset-data")
|
||||
(version "8.18")
|
||||
(version "9.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -313,7 +313,7 @@ integrate Windows applications into your desktop.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qabyw5139xdfsvzbwbrn1nnqssgwk8mn88mxnq2cdkk9gbjvq56"))))
|
||||
(base32 "0xdinbj9byihy8snv6h1mcb79rh35zwhhld4g7mjg0k2wvjgskwl"))))
|
||||
(build-system trivial-build-system)
|
||||
(native-inputs
|
||||
(list coreutils))
|
||||
|
@ -359,7 +359,7 @@ integrate Windows applications into your desktop.")
|
|||
"wine-" wine-version ".tar.xz"))
|
||||
(file-name (string-append name "-" wine-version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih")))))
|
||||
(base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw")))))
|
||||
(inputs (modify-inputs (package-inputs wine)
|
||||
(prepend autoconf ; for autoreconf
|
||||
ffmpeg
|
||||
|
|
Reference in New Issue