diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 11:17:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 13:20:16 +0300 |
commit | cd36a4117bf93d438836ba19e43e0350d02cd541 (patch) | |
tree | 81d9f6b318479a38641545b5174566fd2e9e98d8 /gnu/packages/video.scm | |
parent | f9c646886a8b61ec043c19eb801c3d97d9f7cfa3 (diff) | |
download | gnu-guix-cd36a4117bf93d438836ba19e43e0350d02cd541.tar gnu-guix-cd36a4117bf93d438836ba19e43e0350d02cd541.tar.gz |
gnu: ffmpeg: Update to 3.1.2.
* gnu/packages/video.scm (ffmpeg): Update to 3.1.2.
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 d72faa59d0..1d7a9bdd53 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -381,14 +381,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).") (define-public ffmpeg (package (name "ffmpeg") - (version "3.1.1") + (version "3.1.2") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "1nris3flwqd4v4b65yrrv9aqhsab7cb9lfp4wpxz6bi0m3r13g3i")))) + "0qdxp6r6x47jzi6nmbsv3dhvm073c8n5hpnlmj5gwihgkyva5ljq")))) (build-system gnu-build-system) (inputs `(("fontconfig" ,fontconfig) |