diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 22:44:20 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 16:16:10 +0200 |
commit | 5060b49336fb915ec8cef0e2e69ff861ac87aa9c (patch) | |
tree | 5f02b795735ef766a26687508ca70437c373aef2 /gnu/packages | |
parent | ca57048444b5a2d316818bb5bda35ae6e1fd2f61 (diff) | |
download | guix-5060b49336fb915ec8cef0e2e69ff861ac87aa9c.tar.gz |
gnu: libva: Update to 2.8.0.
* gnu/packages/video.scm (libva): Update to 2.8.0.
Diffstat (limited to 'gnu/packages')
-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 54ba4f81a2..7cfa2d616f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -847,7 +847,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libva (package (name "libva") - (version "2.7.1") + (version "2.8.0") (source (origin (method url-fetch) @@ -859,7 +859,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 "014av7ayyc624xfmr63xhbgg7nw8fynsswj1g2wmk4lnkyfz23x0")))) + (base32 "1hqy9pnz5jh3dz5r59358n9p2vfy8aj59wpwrj4qz43qs9215fxd")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |