mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: wine-staging: Update to 4.0-rc6.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc6. * gnu/packages/wine.scm (wine-staging): Update to 4.0-rc6.
This commit is contained in:
parent
c8d8925647
commit
15d2cebf45
1 changed files with 3 additions and 3 deletions
|
@ -225,7 +225,7 @@ (define-public wine64
|
|||
(define-public wine-staging-patchset-data
|
||||
(package
|
||||
(name "wine-staging-patchset-data")
|
||||
(version "4.0-rc5")
|
||||
(version "4.0-rc6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -235,7 +235,7 @@ (define-public wine-staging-patchset-data
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0smp6ngs77vk1yg0saavhhn7kmi9ri8y8gc3vcgg837ycwg5i5qb"))))
|
||||
"0wzqgjxbbiz616yjm6xb3pfrb5nk1q7q6gb5788fmbzqk161v3w9"))))
|
||||
(build-system trivial-build-system)
|
||||
(native-inputs
|
||||
`(("bash" ,bash)
|
||||
|
@ -281,7 +281,7 @@ (define-public wine-staging
|
|||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nx5ahahfnmimd2b7zh2wx36b877vad10i2kr2zib9m9b2w8wyfd"))))
|
||||
"0phqwg210f651hhina6fc1nr5dc4qhc3igaw12p8m49rinsc3gcq"))))
|
||||
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("gtk+" ,gtk+)
|
||||
|
|
Loading…
Reference in a new issue