summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-24 11:33:06 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-24 23:28:30 +0200
commitb97b47b676d9df2e613450eba68be42852c2b403 (patch)
tree8e29f34e5bbc0d8863ee029950280f04e97c29e8 /gnu
parentb2965b26ee17c493689093901f6f4e53ba15b7cb (diff)
downloadpatches-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')
-rw-r--r--gnu/packages/video.scm4
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)))