mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05: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 @@ (define-public libxrandr
|
|||
(define-public libxvmc
|
||||
(package
|
||||
(name "libxvmc")
|
||||
(version "1.0.10")
|
||||
(version "1.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4987,7 +4987,7 @@ (define-public libxvmc
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bpffxr5dal90a8miv2w0rif61byqxq2f5angj4z1bnznmws00g5"))))
|
||||
"0bb2c996p0smp2lwckffcfh4701bzv7266xh230ag0x68ka38bja"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxv" ,libxv)))
|
||||
|
|
Loading…
Reference in a new issue