diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-11-08 09:20:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-08 09:20:56 +0200 |
commit | 7de409c2b51d4999abe9fdea8114649395962d93 (patch) | |
tree | ff1692022fe87aa6aa2504369dff5f82178c870f | |
parent | 9d25ee30b188f9202cc14f7cd25ba8a1c3ec1a72 (diff) | |
download | guix-7de409c2b51d4999abe9fdea8114649395962d93.tar guix-7de409c2b51d4999abe9fdea8114649395962d93.tar.gz |
gnu: ffmpeg: Update to 4.4.1.
* gnu/packages/video.scm (ffmpeg): Update to 4.4.1.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1aed38a81e..f97d358156 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1510,14 +1510,14 @@ operate properly.") (define-public ffmpeg (package (name "ffmpeg") - (version "4.4") + (version "4.4.1") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "02fr8mvf2agwmyb9q2bmh9p09gpz3xxmpcbbbj8iydz57hc0mc86")))) + "00hfwd8ld6jnd26pl9f0wcd2mag4zacxxgqgabsja2xkkagavnza")))) (build-system gnu-build-system) (inputs `(("dav1d" ,dav1d) |