mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libxvmc: Update to 1.0.11.
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.11.
This commit is contained in:
parent
2e6508d853
commit
5f1d8721a3
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue