diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-24 11:33:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-24 23:28:30 +0200 |
commit | b97b47b676d9df2e613450eba68be42852c2b403 (patch) | |
tree | 8e29f34e5bbc0d8863ee029950280f04e97c29e8 /gnu/packages/video.scm | |
parent | b2965b26ee17c493689093901f6f4e53ba15b7cb (diff) | |
download | patches-b97b47b676d9df2e613450eba68be42852c2b403.tar patches-b97b47b676d9df2e613450eba68be42852c2b403.tar.gz |
gnu: libva: Update to 2.4.1.
* gnu/packages/video.scm (libva): Update to 2.4.1.
Diffstat (limited to 'gnu/packages/video.scm')
-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 9c03719e7d..ea44cb7fd2 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.0") + (version "2.4.1") (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 "14ckq67z3pcd7jrnrm3ckss440g6dzp2m0ff5rps54qmq9b309lr")))) + (base32 "0w7fkkrnfizzglviybxiyhxcvd3mfsiqlpda7rwj3ccihn857q79")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |