diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-09-23 16:46:26 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-09-24 20:12:56 +0200 |
commit | 6bdf8af5e680c719304c2f1c1a4948099b446906 (patch) | |
tree | 4b0c86ab541f20176715eec112d2d04494fb27d1 | |
parent | 3e41d7070df80edd3fd9fc66f9a4ff5cb646cbc3 (diff) | |
download | guix-6bdf8af5e680c719304c2f1c1a4948099b446906.tar guix-6bdf8af5e680c719304c2f1c1a4948099b446906.tar.gz |
gnu: ffmpeg: Update to 4.2.1.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.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 aaba2fb3f7..d5a51a00b0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -799,14 +799,14 @@ operate properly.") (define-public ffmpeg (package (name "ffmpeg") - (version "4.2") + (version "4.2.1") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "1mgcxm7sqkajx35px05szsmn9mawwm03cfpmk3br7bcp3a1i0gq2")))) + "1m5nkc61ihgcf0b2wabm0zyqa8sj3c0w8fi6kr879lb0kdzciiyf")))) (build-system gnu-build-system) (inputs `(("dav1d" ,dav1d) |