diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-08-01 14:27:11 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-08-04 13:49:56 +0200 |
commit | 81e74dc80bff444d7feebec32381a8fb41c514a6 (patch) | |
tree | 93d58464a022ad5bf51283ba797222f68e24d5fa | |
parent | 1648530f4a093991ed073d74cde566cbf9fa8077 (diff) | |
download | guix-81e74dc80bff444d7feebec32381a8fb41c514a6.tar guix-81e74dc80bff444d7feebec32381a8fb41c514a6.tar.gz |
gnu: libva: Update to 2.5.0.
* gnu/packages/video.scm (libva): Update to 2.5.0.
-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 9febda6949..e46984e9ab 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -700,7 +700,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libva (package (name "libva") - (version "2.4.1") + (version "2.5.0") (source (origin (method url-fetch) @@ -712,7 +712,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 "0w7fkkrnfizzglviybxiyhxcvd3mfsiqlpda7rwj3ccihn857q79")))) + (base32 "0y38mw1ggxm15zq06r4qpwhd5wx4bppw1rsxpr6sq1m5d79rra1s")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |