gnu: wine-staging: Update to 5.22.
* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging): Update to 5.22.
This commit is contained in:
parent
df325dbafd
commit
a30bd7e88a
1 changed files with 3 additions and 3 deletions
|
@ -334,7 +334,7 @@ (define-public wine-minimal
|
||||||
(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 "5.13")
|
(version "5.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -343,7 +343,7 @@ (define-public wine-staging-patchset-data
|
||||||
(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 "0sw7790gsi3h08xgc8i1y282rk8xrdhqjlwpvbpvyw5zi0i95cvq"))))
|
(base32 "0sjljp5aa558ff5wn47q86z0dm4vcjs0gh9n35916bbwj02lhay2"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash" ,bash)
|
`(("bash" ,bash)
|
||||||
|
@ -394,7 +394,7 @@ (define-public wine-staging
|
||||||
"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 "0lh1bqr8xq1acz5d0cb50rvhw3h6h1vqprx5wlyrjhdg58f5qsn4")))))
|
(base32 "08adrsxhwgj5slwgi7f0dyspw8fpfp4cw1s5sdm4x5wcgk40dg89")))))
|
||||||
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in a new issue