gnu: ffmpeg@2.8: Update to 2.8.14.

* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.14.
This commit is contained in:
Marius Bakke 2018-02-19 15:03:44 +01:00
parent 4ecfc16839
commit 4dc159bb62
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -770,14 +770,14 @@ (define-public ffmpeg
(define-public ffmpeg-2.8
(package
(inherit ffmpeg)
(version "2.8.13")
(version "2.8.14")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0hyqr391pika4vgynv90bacz11wdpqcqfgj5h7g5jrmgvz6hgj68"))))
"05m1272r5qa2r0ym5vq4figdfnpvcys1fgb1026n5s6xdjd1s1pg"))))
(arguments
(substitute-keyword-arguments (package-arguments ffmpeg)
((#:configure-flags flags)