guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: ffmpeg: Update to 4.2.1.


From: guix-commits
Subject: 07/11: gnu: ffmpeg: Update to 4.2.1.
Date: Tue, 24 Sep 2019 14:18:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6bdf8af5e680c719304c2f1c1a4948099b446906
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 23 16:46:26 2019 +0200

    gnu: ffmpeg: Update to 4.2.1.
    
    * gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
---
 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 aaba2fb..d5a51a0 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)



reply via email to

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