diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-31 16:35:42 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-31 21:26:16 +0200 |
commit | fa542ee48a77942023a65c5b167c2474664bd801 (patch) | |
tree | a4f05b6d2d78648c6ed3404d23d9640551d25e30 /gnu/packages/video.scm | |
parent | 3b3fd903778b098c4094f9146b3be7fe9d63d056 (diff) | |
download | patches-fa542ee48a77942023a65c5b167c2474664bd801.tar patches-fa542ee48a77942023a65c5b167c2474664bd801.tar.gz |
gnu: ffmpeg@3.4: Update to 3.4.6.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.6.
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 55a1931530..19ed950401 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -935,14 +935,14 @@ audio/video codec library.") (define-public ffmpeg-3.4 (package (inherit ffmpeg) - (version "3.4.5") + (version "3.4.6") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "0b59qk5wpc5ksiha76jbhb859g5gxa4w0k6afh3kgvgajiivs73l")))) + "0gmqbhg5jjcfanrxrl657zn12lzz73sfs8xwryfy7n9rn6f2fwim")))) (arguments (substitute-keyword-arguments (package-arguments ffmpeg) ((#:configure-flags flags) |