diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-09 14:58:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-09 14:58:54 +0100 |
commit | 65064909ed2c30f45048f85cf02771316d6c6cfc (patch) | |
tree | a6138b1cea5bbafc9d12d8759e1061e7be9d18a7 /gnu/packages/video.scm | |
parent | 206af46fe1cc0627e4846167aa5e7c095b21afe3 (diff) | |
download | patches-65064909ed2c30f45048f85cf02771316d6c6cfc.tar patches-65064909ed2c30f45048f85cf02771316d6c6cfc.tar.gz |
gnu: libvpx: Update to 1.6.1.
* gnu/packages/video.scm (libvpx): Update to 1.6.1.
* gnu/packages/patches/libvpx-CVE-2016-2818.patch: Adjust to indentation changes.
Diffstat (limited to 'gnu/packages/video.scm')
-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 d6c62c73c3..5c5d91d86c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -934,7 +934,7 @@ access to mpv's powerful playback capabilities.") (define-public libvpx (package (name "libvpx") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (string-append "http://storage.googleapis.com/" @@ -942,7 +942,7 @@ access to mpv's powerful playback capabilities.") name "-" version ".tar.bz2")) (sha256 (base32 - "1basd6dda5di9p7jhc0f4f52wzm9c3hsravqspw6ibpcn5gbpbyh")) + "06d8hqjkfs6wl45qf4pwh1kpbvkx6cwywd5y8d4lgagvjwm0qb0w")) (patches (search-patches "libvpx-CVE-2016-2818.patch")))) (build-system gnu-build-system) (arguments |