summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-18 11:10:04 -0400
committerEfraim Flashner <efraim@flashner.co.il>2026-03-30 10:36:24 +0300
commitc144b645bb142a88953e08068d1cebb4b342451f (patch)
tree1f57fd25181f4a4e55b66a671f34672768dab0cb
parent78ea5dd4aff95de35d8ec743826d8fca951810ea (diff)
gnu: libvpx: Update to 1.16.0.
* gnu/packages/video.scm (libvpx): Update to 1.16.0. Change-Id: I7de6f9fa73c6d6507daabb5566e1c5b5a68dcd9f
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2ce55a9d50d..23bb7cab8f7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3154,7 +3154,7 @@ wallpaper using mpv.")
3154(define-public libvpx 3154(define-public libvpx
3155 (package 3155 (package
3156 (name "libvpx") 3156 (name "libvpx")
3157 (version "1.15.2") 3157 (version "1.16.0")
3158 (source (origin 3158 (source (origin
3159 (method git-fetch) 3159 (method git-fetch)
3160 (uri (git-reference 3160 (uri (git-reference
@@ -3163,7 +3163,7 @@ wallpaper using mpv.")
3163 (file-name (git-file-name name version)) 3163 (file-name (git-file-name name version))
3164 (sha256 3164 (sha256
3165 (base32 3165 (base32
3166 "07c29a5q19613pldp8qm6harqwl7kvqhs7vw4mr8s3dnwyb5jpnl")) 3166 "0llik9k5rs9ychw9fnknwrz8662dm370yf76r6d6n07727faylyg"))
3167 (patches (search-patches "libvpx-CVE-2016-2818.patch" 3167 (patches (search-patches "libvpx-CVE-2016-2818.patch"
3168 "libvpx-CVE-2026-2447.patch")))) 3168 "libvpx-CVE-2026-2447.patch"))))
3169 (build-system gnu-build-system) 3169 (build-system gnu-build-system)