me
/
guix
Archived
1
0
Fork 0

gnu: ffmpeg: Update to 4.2.2.

* gnu/packages/video.scm (ffmpeg): Update to 4.2.2.
master
Marius Bakke 2020-01-19 23:40:02 +01:00
parent 0fd80a2556
commit fd4b27e4e4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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