diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-01-19 07:20:31 +0200 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | fb197c0da4bbfa5015c18f426be632892660cce8 (patch) | |
tree | e61fa7cd8a355ddcf07330da62b298d926c397da | |
parent | cda6aaf0794bfb84d737a3a850ac5e7508cc3c1b (diff) | |
download | guix-fb197c0da4bbfa5015c18f426be632892660cce8.tar guix-fb197c0da4bbfa5015c18f426be632892660cce8.tar.gz |
gnu: libvpx: Update to 1.5.0.
* gnu/packages/video.scm (libvpx): Update to 1.5.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 1649de3304..04aca2c084 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -774,7 +774,7 @@ projects while introducing many more.") (define-public libvpx (package (name "libvpx") - (version "1.4.0") + (version "1.5.0") (source (origin (method url-fetch) (uri (string-append "http://storage.googleapis.com/" @@ -782,7 +782,7 @@ projects while introducing many more.") name "-" version ".tar.bz2")) (sha256 (base32 - "1r0ql5kgy0c8mh5w7iiqvsd7w5njl9f9cclc7m52ln8assrdk0pm")))) + "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h")))) (build-system gnu-build-system) (arguments `(#:phases (alist-replace |