diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-19 10:41:47 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-19 10:41:47 +0100 |
commit | fe19ab3f0344b092f72df44b27c6858c344d5898 (patch) | |
tree | 51b71ebee360786a177c851453260716a4275501 /gnu | |
parent | 7eb22b188bc68be7614c576e40d792ffe31a8bb1 (diff) | |
download | guix-fe19ab3f0344b092f72df44b27c6858c344d5898.tar guix-fe19ab3f0344b092f72df44b27c6858c344d5898.tar.gz |
gnu: libva: Update to 2.6.1.
* gnu/packages/video.scm (libva): Update to 2.6.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2b3b9d982d..a04bd3549a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -738,7 +738,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libva (package (name "libva") - (version "2.5.0") + (version "2.6.1") (source (origin (method url-fetch) @@ -750,7 +750,7 @@ libebml is a C++ library to read and write EBML files.") (string-append "https://www.freedesktop.org/software/vaapi/releases/" "libva/libva-" version "/libva-" version ".tar.bz2"))) (sha256 - (base32 "0y38mw1ggxm15zq06r4qpwhd5wx4bppw1rsxpr6sq1m5d79rra1s")))) + (base32 "19df3r02k1p4cbyvifkdjyc8q7hi23f5b3x3390z52l25mjfnmvc")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |