guix-commits
[Top][All Lists]
Advanced

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

39/46: gnu: ffmpeg: Update to 4.4.


From: guix-commits
Subject: 39/46: gnu: ffmpeg: Update to 4.4.
Date: Sun, 6 Jun 2021 02:40:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f02b9d6d2ce336fe0cd746bb60199085cd18834b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jun 2 15:03:23 2021 -0400

    gnu: ffmpeg: Update to 4.4.
    
    * gnu/packages/video.scm (ffmpeg): Update to 4.4.
---
 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 f40736f..7140052 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1422,14 +1422,14 @@ operate properly.")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "4.3.2")
+    (version "4.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1nyd9jlcy0pqnwzi29a7sg50hq37vb0g3f9l16y3q8yh3m7ydr26"))))
+               "02fr8mvf2agwmyb9q2bmh9p09gpz3xxmpcbbbj8iydz57hc0mc86"))))
     (build-system gnu-build-system)
     (inputs
      `(("dav1d" ,dav1d)



reply via email to

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