From c144b645bb142a88953e08068d1cebb4b342451f Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 18 Mar 2026 11:10:04 -0400 Subject: [PATCH] gnu: libvpx: Update to 1.16.0. * gnu/packages/video.scm (libvpx): Update to 1.16.0. Change-Id: I7de6f9fa73c6d6507daabb5566e1c5b5a68dcd9f --- 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 2ce55a9d50..23bb7cab8f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3154,7 +3154,7 @@ wallpaper using mpv.") (define-public libvpx (package (name "libvpx") - (version "1.15.2") + (version "1.16.0") (source (origin (method git-fetch) (uri (git-reference @@ -3163,7 +3163,7 @@ wallpaper using mpv.") (file-name (git-file-name name version)) (sha256 (base32 - "07c29a5q19613pldp8qm6harqwl7kvqhs7vw4mr8s3dnwyb5jpnl")) + "0llik9k5rs9ychw9fnknwrz8662dm370yf76r6d6n07727faylyg")) (patches (search-patches "libvpx-CVE-2016-2818.patch" "libvpx-CVE-2026-2447.patch")))) (build-system gnu-build-system)