gnu: ffmpeg: Update to 4.2.1.

* gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
master
Marius Bakke 2019-09-23 16:46:26 +02:00
parent 3e41d7070d
commit 6bdf8af5e6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -799,14 +799,14 @@ operate properly.")
(define-public ffmpeg
(package
(name "ffmpeg")
(version "4.2")
(version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"1mgcxm7sqkajx35px05szsmn9mawwm03cfpmk3br7bcp3a1i0gq2"))))
"1m5nkc61ihgcf0b2wabm0zyqa8sj3c0w8fi6kr879lb0kdzciiyf"))))
(build-system gnu-build-system)
(inputs
`(("dav1d" ,dav1d)