guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/16: gnu: libva: Update to 2.6.1.


From: guix-commits
Subject: 09/16: gnu: libva: Update to 2.6.1.
Date: Sun, 19 Jan 2020 16:42:43 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit fe19ab3f0344b092f72df44b27c6858c344d5898
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 10:41:47 2020 +0100

    gnu: libva: Update to 2.6.1.
    
    * gnu/packages/video.scm (libva): Update to 2.6.1.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2b3b9d9..a04bd35 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]