guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ffmpeg-3.4: Update to 3.4.9.


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

efraim pushed a commit to branch master
in repository guix.

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

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



reply via email to

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