diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-11-05 18:28:29 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-05 23:46:37 +0100 |
commit | c5e571100206fdd00db195acef723db7c721e1a6 (patch) | |
tree | 89f74dfb4ebe03c033768018c12119fbbee8761c | |
parent | 196653145ab8714e7663fc9c94ea46edd5a2c92e (diff) | |
download | patches-c5e571100206fdd00db195acef723db7c721e1a6.tar patches-c5e571100206fdd00db195acef723db7c721e1a6.tar.gz |
gnu: ffmpeg@3.4: Update to 3.4.5.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
-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 34af248eb7..a2192cf672 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -790,14 +790,14 @@ audio/video codec library.") (define-public ffmpeg-3.4 (package (inherit ffmpeg) - (version "3.4.4") + (version "3.4.5") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "1iizgnhjbhar9y1ykqlj1czqanlv24knkfq5vvfnppv5x00pcvrq")))))) + "0b59qk5wpc5ksiha76jbhb859g5gxa4w0k6afh3kgvgajiivs73l")))))) (define-public ffmpeg-2.8 (package |