gnu: libxvmc: Update to 1.0.11.

* gnu/packages/xorg.scm (libxvmc): Update to 1.0.11.
master
Marius Bakke 2019-03-17 14:07:46 +01:00
parent 2e6508d853
commit 5f1d8721a3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4977,7 +4977,7 @@ new API's in libXft, or the legacy API's in libX11.")
(define-public libxvmc
(package
(name "libxvmc")
(version "1.0.10")
(version "1.0.11")
(source
(origin
(method url-fetch)
@ -4987,7 +4987,7 @@ new API's in libXft, or the legacy API's in libX11.")
".tar.bz2"))
(sha256
(base32
"0bpffxr5dal90a8miv2w0rif61byqxq2f5angj4z1bnznmws00g5"))))
"0bb2c996p0smp2lwckffcfh4701bzv7266xh230ag0x68ka38bja"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libxv" ,libxv)))