z572 pushed a commit to branch qt-team
in repository guix.

commit fb5ffb6512435a8a9ce3af68b0aac584c39ca2dd
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sat Nov 2 14:31:13 2024 +0100

    gnu: libvpx: Update to 1.15.0.
    
    * gnu/packages/video.scm (libvpx): Update to 1.15.0.
    
    Change-Id: I52213edadb56b8a65394281103dde528173cd7b3
---
 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 a0f52c6555..b4c19a2525 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2957,7 +2957,7 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public libvpx
   (package
     (name "libvpx")
-    (version "1.14.1")
+    (version "1.15.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2966,7 +2966,7 @@ To load this plugin, specify the following option when 
starting mpv:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0r6qvc84mflpy1zxz7p8aj7i552cwx957l50akvajxmzij1kpy1x"))
+                "1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))
               (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
     (build-system gnu-build-system)
     (arguments

Reply via email to