summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-19 23:39:42 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-20 21:53:51 +0100
commit0fd80a2556694bb59c54b02c12d0d10399893ac0 (patch)
tree6321e80e80696c51debdc8843fa43241f61abbf9 /gnu/packages/video.scm
parentbb06336e818c5ea8af6a48c0070a1bd58fcbded5 (diff)
downloadguix-patches-0fd80a2556694bb59c54b02c12d0d10399893ac0.tar
guix-patches-0fd80a2556694bb59c54b02c12d0d10399893ac0.tar.gz
gnu: libvpx: Update to 1.8.2.
* gnu/packages/video.scm (libvpx): Update to 1.8.2.
Diffstat (limited to 'gnu/packages/video.scm')
-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 ad96593a54..d22f197c4d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1484,7 +1484,7 @@ To load this plugin, specify the following option when starting mpv:
(define-public libvpx
(package
(name "libvpx")
- (version "1.8.1")
+ (version "1.8.2")
(source (origin
;; XXX: Upstream does not provide tarballs for > 1.6.1.
(method git-fetch)
@@ -1494,7 +1494,7 @@ To load this plugin, specify the following option when starting mpv:
(file-name (git-file-name name version))
(sha256
(base32
- "0mm1dcfa268rwsrgzqpbbgq4lwrvdzgp90h9dxsnkhai70l7gipq"))
+ "0gyq4fkbd2fv7m1mm9xrvn6rk6f4jsmbv8bnlhingmnrvyncnmnr"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system)
(arguments