summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-17 18:14:43 +0100
committerMarius Bakke <marius@gnu.org>2022-01-17 18:23:14 +0100
commitdf78a83a70c74a5703eaabe1dcd9f73f4e64d6e2 (patch)
treec3a6002a65992cfa3988c156578e5bb816d26f9a
parentbba32b9d312502c1b65bfc94994167d5d85507d6 (diff)
downloadguix-patches-df78a83a70c74a5703eaabe1dcd9f73f4e64d6e2.tar
guix-patches-df78a83a70c74a5703eaabe1dcd9f73f4e64d6e2.tar.gz
gnu: libvpx: Update to 1.11.0.
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
-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 89738e83b0..cfd0a55f20 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2290,7 +2290,7 @@ To load this plugin, specify the following option when starting mpv:
(define-public libvpx
(package
(name "libvpx")
- (version "1.10.0")
+ (version "1.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2299,7 +2299,7 @@ To load this plugin, specify the following option when starting mpv:
(file-name (git-file-name name version))
(sha256
(base32
- "1p4v6j1505n3gnvx3iksciyi818ymxpazj9fmdrchzbl9pfzg4qi"))
+ "00f1jrclai2b6ys78dpsg6r1mvcyxlna93vxcz8zjyia24c2pjsb"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system)
(arguments