guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: FFmpeg 3: Update to 3.4.11.


From: guix-commits
Subject: 02/02: gnu: FFmpeg 3: Update to 3.4.11.
Date: Fri, 8 Jul 2022 12:16:01 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 788ba04f386710f90a00e823d0b558fd56b2b96a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Jul 6 14:31:15 2022 -0400

    gnu: FFmpeg 3: Update to 3.4.11.
    
    * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
---
 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 368ac23628..559048dd9e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1761,14 +1761,14 @@ audio/video codec library.")
 (define-public ffmpeg-3.4
   (package
     (inherit ffmpeg-4)
-    (version "3.4.9")
+    (version "3.4.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0d8nkd9c85rkjlgsq1hidmykkrksi883ygqzhhj6wh4nqflv8vs9"))))
+               "1rijdvcx8xjqwh084qchwz91vcj8wsvb4diax0g8miywpir00ccw"))))
     (arguments
      (substitute-keyword-arguments (package-arguments ffmpeg-4)
        ((#:modules modules %gnu-build-system-modules)



reply via email to

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