guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: libva: Update to 2.3.0.


From: guix-commits
Subject: 10/15: gnu: libva: Update to 2.3.0.
Date: Tue, 4 Dec 2018 14:06:35 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit d835652ac7ddc7f65fb2240d64ffaed36836cf37
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 4 17:14:10 2018 +0100

    gnu: libva: Update to 2.3.0.
    
    * gnu/packages/video.scm (libva): Update to 2.3.0.
---
 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 fc6caf3..18fdffe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -624,7 +624,7 @@ libebml is a C++ library to read and write EBML files.")
 (define-public libva
   (package
     (name "libva")
-    (version "2.2.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
@@ -636,7 +636,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 "1wjfrs261fp9wkhgpmrlz5smnhxrmsk31way646x6i2mg16a0v3g"))))
+        (base32 "1r6wiw4k044cpb39rfqqdw6qmzw0268whpz124hywck9v980x130"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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