Archived
1
0
Fork 0

gnu: ffmpeg: Update to 4.3.1.

* gnu/packages/video.scm (ffmpeg): Update to 4.3.1.
This commit is contained in:
Marius Bakke 2020-07-24 00:49:30 +02:00
parent 8e61934369
commit edfd70dbe4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -937,14 +937,14 @@ operate properly.")
(define-public ffmpeg
(package
(name "ffmpeg")
(version "4.3")
(version "4.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0pbrsv5v96yd8qzb9bk4kw7qk4xqpi03rsd5xfbwnjzlhijd02hx"))))
"1yrg9nri54iav86vxy5i8pj51dhikksa04x20d77nc3fsi09405d"))))
(build-system gnu-build-system)
(inputs
`(("dav1d" ,dav1d)