summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-09-05 11:19:20 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-09-05 11:19:20 +0300
commitd84a5861de97856ad18cf8939eab86cbfab1eb93 (patch)
tree7d9beb467cba73101f09364323b3b0111023c59b /gnu/packages/video.scm
parente49e74f5c43572628ed903b9ddbe208a006a68da (diff)
downloadguix-patches-d84a5861de97856ad18cf8939eab86cbfab1eb93.tar
guix-patches-d84a5861de97856ad18cf8939eab86cbfab1eb93.tar.gz
gnu: libvpx: Update to 1.6.0.
* gnu/packages/video.scm (libvpx): Update to 1.6.0.
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 5ec1424b22..864e691666 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -887,7 +887,7 @@ access to mpv's powerful playback capabilities.")
(define-public libvpx
(package
(name "libvpx")
- (version "1.5.0")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (string-append "http://storage.googleapis.com/"
@@ -895,7 +895,7 @@ access to mpv's powerful playback capabilities.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h"))
+ "1basd6dda5di9p7jhc0f4f52wzm9c3hsravqspw6ibpcn5gbpbyh"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system)
(arguments