diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-06-06 01:12:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-06-06 02:38:29 -0400 |
commit | 876f4071ab4379875d4490c83d4c0ca19a4eb366 (patch) | |
tree | ef6f10c0fd15135b3fbaf43b83e97e8efbd01153 /gnu | |
parent | 544a980f3acecefcf8d88a9f1f4b8537e275b35b (diff) | |
download | guix-876f4071ab4379875d4490c83d4c0ca19a4eb366.tar.gz guix-876f4071ab4379875d4490c83d4c0ca19a4eb366.zip |
gnu: libvpx: Update to 1.10.0.
* gnu/packages/video.scm (libvpx): Update to 1.10.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e01594fb28..7d072dd7ec 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2148,7 +2148,7 @@ To load this plugin, specify the following option when starting mpv: (define-public libvpx (package (name "libvpx") - (version "1.9.0") + (version "1.10.0") (source (origin (method git-fetch) (uri (git-reference @@ -2157,7 +2157,7 @@ To load this plugin, specify the following option when starting mpv: (file-name (git-file-name name version)) (sha256 (base32 - "16xv6ambc82g14h1y0q1vyy57wp6j9fbp0nk0wd5csnrw407rhry")) + "1p4v6j1505n3gnvx3iksciyi818ymxpazj9fmdrchzbl9pfzg4qi")) (patches (search-patches "libvpx-CVE-2016-2818.patch")))) (build-system gnu-build-system) (arguments |