diff mbox series

[bug#41533,02/10] gnu: ffmpeg: Update to 4.2.3.

Message ID 20200525215800.15795-2-vincent.legoll@gmail.com
State Accepted
Headers show
Series Misc updates | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Vincent Legoll May 25, 2020, 9:57 p.m. UTC
* gnu/packages/video.scm (ffmpeg): Update to 4.2.3.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Leo Famulari May 26, 2020, 5:54 p.m. UTC | #1
On Mon, May 25, 2020 at 11:57:52PM +0200, Vincent Legoll wrote:
> * gnu/packages/video.scm (ffmpeg): Update to 4.2.3.

Thanks, pushed as a933ee559127561a0d628a5f9c6ede9ba1ab2ebb
diff mbox series

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6529ae6507..e541016010 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -930,7 +930,7 @@  operate properly.")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "4.2.2")
+    (version "4.2.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
@@ -939,7 +939,7 @@  operate properly.")
              (patches (search-patches "ffmpeg-prefer-dav1d.patch"))
              (sha256
               (base32
-               "176jn1lcdf0gk7sa5l2mv0faqp5dsqdhx1gqcrgymqhfmdal4xfb"))))
+               "0cddkb5sma9dzy8i59sfls19rhjlq40zn9mh3x666dqkxl5ckxlx"))))
     (build-system gnu-build-system)
     (inputs
      `(("dav1d" ,dav1d)