guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: libva: Update to 2.15.0.


From: guix-commits
Subject: branch staging updated: gnu: libva: Update to 2.15.0.
Date: Thu, 21 Jul 2022 17:52:17 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 3b20467807 gnu: libva: Update to 2.15.0.
3b20467807 is described below

commit 3b20467807c32aeac56bbbe22ffb8823f68e282b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 21 23:43:51 2022 +0200

    gnu: libva: Update to 2.15.0.
    
    * gnu/packages/video.scm (libva): Update to 2.15.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 1fadadaee6..3097aca7e3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1475,14 +1475,14 @@ quality and performance.")
 (define-public libva
   (package
     (name "libva")
-    (version "2.14.0")
+    (version "2.15.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/intel/libva/releases/download/";
                            version "/libva-" version ".tar.bz2"))
        (sha256
-        (base32 "0m44wn9kysnmspgsl5wvqm50f49c101hcacjq65m9yycs5s9l7ji"))))
+        (base32 "1jhy8qzfp4ydbxs9qd9km7k5wq8r4s2vq20r1q07lgld8l4x93i5"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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