diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-29 22:16:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-29 22:16:44 +0300 |
commit | 603d55de4ab14f7e410cec7a215982ac2430cc58 (patch) | |
tree | 8b44274fdb97214a1039e85a08b1ec58330e93d3 /gnu/packages/video.scm | |
parent | 0b37c4cda79bf07ac43d0b711f4a0f4467ed341f (diff) | |
download | guix-603d55de4ab14f7e410cec7a215982ac2430cc58.tar guix-603d55de4ab14f7e410cec7a215982ac2430cc58.tar.gz |
gnu: ffmpeg: Update to 3.2.
* gnu/packages/video.scm (ffmpeg): Update to 3.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 e7e112353a..6ce03f7bcc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -434,14 +434,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.5") + (version "3.2") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "16mqb1fs6ahqqv6a64dk4d8rp75ixdsipfzsz0vmc749yw2k3k29")))) + "1nnmd3h9pr2zic08isjcm1cmvcyd0aimpayb9r4qy45bihdhrxw8")))) (build-system gnu-build-system) (inputs `(("fontconfig" ,fontconfig) |