[bug#77720] gnu: libvpx: Update to 1.15.1.
Commit Message
* gnu/packages/video.scm (libvpx): Update to 1.15.1.
Change-Id: I6d953b5ab53fd75b8da638d07f2e2e1417df6a47
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
base-commit: f7c41ab31f5023023385500f6eb9083d23dd1ccb
@@ -70,6 +70,7 @@
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2958,7 +2959,7 @@ (define-public mpv-mpris
(define-public libvpx
(package
(name "libvpx")
- (version "1.15.0")
+ (version "1.15.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2967,7 +2968,7 @@ (define-public libvpx
(file-name (git-file-name name version))
(sha256
(base32
- "1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))
+ "0ydnih7zqgc3vn1ng0i13k90n2xpbvkrwiavkpn8zgg5rs1whwcs"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system)
(arguments