mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: libva: Update to 2.13.0
* gnu/packages/video.scm (libva): Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c70eadeaed
commit
0a787e67ec
1 changed files with 2 additions and 2 deletions
|
@ -1467,14 +1467,14 @@ (define-public libplacebo
|
|||
(define-public libva
|
||||
(package
|
||||
(name "libva")
|
||||
(version "2.10.0")
|
||||
(version "2.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/intel/libva/releases/download/"
|
||||
version "/libva-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0dh2zjn6wi74ga75r6pbrrj8hjm213zyxvn9bv78z0fra1dy70gs"))))
|
||||
(base32 "0q6l193x9whd80sjd5mx8cb7c0fcljb19nhfpla5h49nkzrq7lzs"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue