diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-19 13:53:21 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-20 17:08:13 +0200 |
commit | eb9c0d20f9d7d8c0366c9362cef27ac2d2191041 (patch) | |
tree | e1816eea10461578fdd64185e4b4dc592e03aeb1 /gnu/packages/video.scm | |
parent | 0a08ea2a50ba5180f6cc73a2290f30cacca50630 (diff) | |
download | guix-eb9c0d20f9d7d8c0366c9362cef27ac2d2191041.tar.gz |
gnu: ffmpeg: Update to 4.0.2.
* gnu/packages/video.scm (ffmpeg): Update to 4.0.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 a6db26593a..9419ef86c0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -612,14 +612,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 "4.0.1") + (version "4.0.2") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "1vn04n0n46zdxq14cma3w8ml2ckh5jxwlybsc4xmvcqdqq0mqpv0")))) + "15rgzcmdccy4flajs63gkz4n3k24wkkg50r13l1r83lrxg4hqp59")))) (build-system gnu-build-system) (inputs `(("fontconfig" ,fontconfig) |