guix-commits
[Top][All Lists]
Advanced

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

10/63: gnu: libva: Update to 2.7.1.


From: guix-commits
Subject: 10/63: gnu: libva: Update to 2.7.1.
Date: Tue, 26 May 2020 17:18:04 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit 167a147d06bbcbdfdd57b85ed6fbd5a785157695
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 22:53:39 2020 +0200

    gnu: libva: Update to 2.7.1.
    
    * gnu/packages/video.scm (libva): Update to 2.7.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 e0eb2db..7d86d6a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -839,7 +839,7 @@ libebml is a C++ library to read and write EBML files.")
 (define-public libva
   (package
     (name "libva")
-    (version "2.6.1")
+    (version "2.7.1")
     (source
      (origin
        (method url-fetch)
@@ -851,7 +851,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 "19df3r02k1p4cbyvifkdjyc8q7hi23f5b3x3390z52l25mjfnmvc"))))
+        (base32 "014av7ayyc624xfmr63xhbgg7nw8fynsswj1g2wmk4lnkyfz23x0"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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