From 4c9d112831f49d69b4a90740f5e2fdd17f68fa17 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 2 Nov 2024 14:31:13 +0100 Subject: 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(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index df4928397a..2da458ed01 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 -- cgit v1.2.3