me
/
guix
Archived
1
0
Fork 0

gnu: ffmpeg: Update to 4.4.1.

* gnu/packages/video.scm (ffmpeg): Update to 4.4.1.
master
Efraim Flashner 2021-11-08 09:20:56 +02:00
parent 9d25ee30b1
commit 7de409c2b5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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