me
/
guix
Archived
1
0
Fork 0

gnu: ffmpeg: Update to 4.4.

* gnu/packages/video.scm (ffmpeg): Update to 4.4.
master
Maxim Cournoyer 2021-06-02 15:03:23 -04:00
parent d8c06d8789
commit f02b9d6d2c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1422,14 +1422,14 @@ operate properly.")
(define-public ffmpeg
(package
(name "ffmpeg")
(version "4.3.2")
(version "4.4")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"1nyd9jlcy0pqnwzi29a7sg50hq37vb0g3f9l16y3q8yh3m7ydr26"))))
"02fr8mvf2agwmyb9q2bmh9p09gpz3xxmpcbbbj8iydz57hc0mc86"))))
(build-system gnu-build-system)
(inputs
`(("dav1d" ,dav1d)