mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libXvMC: Update to 1.0.12.
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.12.
This commit is contained in:
parent
e3fa098177
commit
c4220afb94
1 changed files with 2 additions and 2 deletions
|
@ -4967,7 +4967,7 @@ (define-public libxrandr
|
|||
(define-public libxvmc
|
||||
(package
|
||||
(name "libxvmc")
|
||||
(version "1.0.11")
|
||||
(version "1.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4977,7 +4977,7 @@ (define-public libxvmc
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bb2c996p0smp2lwckffcfh4701bzv7266xh230ag0x68ka38bja"))))
|
||||
"1kbdjsvkm5l7axv7g477qj18sab2wnqhliy6197syzizgfbsfgbb"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxv" ,libxv)))
|
||||
|
|
Loading…
Reference in a new issue