guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ffmpeg: Update to 4.4.1.


From: guix-commits
Subject: 01/03: gnu: ffmpeg: Update to 4.4.1.
Date: Mon, 8 Nov 2021 02:23:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7de409c2b51d4999abe9fdea8114649395962d93
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 8 09:20:56 2021 +0200

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



reply via email to

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