guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: ffmpeg: Update to 4.3.1.


From: guix-commits
Subject: 08/16: gnu: ffmpeg: Update to 4.3.1.
Date: Fri, 24 Jul 2020 15:11:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit edfd70dbe48c1ee6bbe1276ce482ed31bce46338
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 00:49:30 2020 +0200

    gnu: ffmpeg: Update to 4.3.1.
    
    * gnu/packages/video.scm (ffmpeg): Update to 4.3.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 8a0e6de..a624750 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -937,14 +937,14 @@ operate properly.")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "4.3")
+    (version "4.3.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0pbrsv5v96yd8qzb9bk4kw7qk4xqpi03rsd5xfbwnjzlhijd02hx"))))
+               "1yrg9nri54iav86vxy5i8pj51dhikksa04x20d77nc3fsi09405d"))))
     (build-system gnu-build-system)
     (inputs
      `(("dav1d" ,dav1d)



reply via email to

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