diff options
author | Leo Famulari <leo@famulari.name> | 2022-07-06 14:31:01 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-07-08 12:15:29 -0400 |
commit | df7acf25bcca1db143d695d90826c8eb25d95c7d (patch) | |
tree | de6989f0bd34e8b0ea8fa059bf4aa7ef8901cf47 /gnu/packages/video.scm | |
parent | f081342e10b8ae22ef2cd4a2cbfb1ad6ead4b170 (diff) |
gnu: FFmpeg 2: Update to 2.8.20.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20.
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 99f144d4e5..368ac23628 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1786,14 +1786,14 @@ audio/video codec library.") (define-public ffmpeg-2.8 (package (inherit ffmpeg-3.4) - (version "2.8.18") + (version "2.8.20") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "0k6dq7b8rpjvdl5ncf1135qwc36x0x9va8v83aggvbfhy5d97vwn")))) + "1ivnfqmfnp3zmn1q2dxy4p85427y3r6d3jbnl5kprr7lqckf6rl5")))) (arguments `(#:tests? #f ; XXX: Enable them later, if required #:configure-flags |