gnu: wine-staging: Update to 8.0.
* gnu/packages/wine.scm (wine-staging,wine64-staging): Update to 8.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
c7c97ac6a3
commit
fae79a9065
|
@ -336,7 +336,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 "7.8")
|
(version "8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -345,7 +345,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 "02rgpymhqrdr3aamvv6yvpgh82rj1n4adr36mi26cs3zbkx8zb55"))))
|
(base32 "11q9fa1jdrv1pd9piaicgqvidq1c08imkwpqhyzcj5r711rl7581"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bash coreutils))
|
(list bash coreutils))
|
||||||
|
@ -395,7 +395,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 "1f0r00b6lk59cmpj42b7f2jrd58d7vxfvpp54j7arwjhdg4yjxlg")))))
|
(base32 "0bkr3klvjy8h4djddr31fvapsi9pc2rsiyhaa7j1lwpq704w4wh2")))))
|
||||||
(inputs (modify-inputs (package-inputs wine)
|
(inputs (modify-inputs (package-inputs wine)
|
||||||
(prepend autoconf ; for autoreconf
|
(prepend autoconf ; for autoreconf
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
Reference in New Issue