diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-09-05 11:19:20 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-09-05 11:19:20 +0300 |
commit | d84a5861de97856ad18cf8939eab86cbfab1eb93 (patch) | |
tree | 7d9beb467cba73101f09364323b3b0111023c59b | |
parent | e49e74f5c43572628ed903b9ddbe208a006a68da (diff) | |
download | guix-d84a5861de97856ad18cf8939eab86cbfab1eb93.tar guix-d84a5861de97856ad18cf8939eab86cbfab1eb93.tar.gz |
gnu: libvpx: Update to 1.6.0.
* gnu/packages/video.scm (libvpx): Update to 1.6.0.
-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 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 |