gnu: wine-staging: Update to 4.15.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.15.
* gnu/packages/wine.scm (wine-staging): Update to 4.15.
This commit is contained in:
Rutger Helling 2019-08-31 11:02:21 +02:00
parent 79d5ac5954
commit f6e82e0b3d
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -318,7 +318,7 @@ (define-public wine-minimal
(define-public wine-staging-patchset-data
(package
(name "wine-staging-patchset-data")
(version "4.14")
(version "4.15")
(source
(origin
(method git-fetch)
@ -328,7 +328,7 @@ (define-public wine-staging-patchset-data
(file-name (git-file-name name version))
(sha256
(base32
"1s17hcrp1aa0v99y5iav2s0lxdx2rzgm7z0c4zhxyydqxj399f5j"))))
"13g40h2ybcl6vab4zbl1ksqfqyly5hzxssza9dv8r5pmp8x54hgr"))))
(build-system trivial-build-system)
(native-inputs
`(("bash" ,bash)
@ -374,7 +374,7 @@ (define-public wine-staging
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
"1rl1a3k5sr0hyxc61d68kwandhxcnxwv6b77vh7x2rkl1h4nxmfs"))))
"0bfh4vd99zwj7f4108zvs80dfvmmnnsap7i6gmf21jgcly3paygq"))))
(inputs `(("autoconf" ,autoconf) ; for autoreconf
("faudio" ,faudio)
("ffmpeg" ,ffmpeg)