guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ffmpeg: Update to 4.2.3.


From: guix-commits
Subject: branch master updated: gnu: ffmpeg: Update to 4.2.3.
Date: Tue, 26 May 2020 13:44:16 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a933ee5  gnu: ffmpeg: Update to 4.2.3.
a933ee5 is described below

commit a933ee559127561a0d628a5f9c6ede9ba1ab2ebb
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon May 25 23:57:52 2020 +0200

    gnu: ffmpeg: Update to 4.2.3.
    
    * gnu/packages/video.scm (ffmpeg): Update to 4.2.3.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6529ae6..e541016 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]