guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ffmpeg@4: Update to 4.4.2.


From: guix-commits
Subject: 03/03: gnu: ffmpeg@4: Update to 4.4.2.
Date: Mon, 23 May 2022 13:44:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f38ff1d7fb82dacf8b09b61bcf48aec8c6bc77e9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 23 19:20:15 2022 +0200

    gnu: ffmpeg@4: Update to 4.4.2.
    
    * gnu/packages/video.scm (ffmpeg-4): Update to 4.4.2.
---
 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 70ea39a45b..6d72f5d859 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1738,14 +1738,14 @@ audio/video codec library.")
 (define-public ffmpeg-4
   (package
     (inherit ffmpeg-5)
-    (version "4.4.1")
+    (version "4.4.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "00hfwd8ld6jnd26pl9f0wcd2mag4zacxxgqgabsja2xkkagavnza"))))
+               "14xadxm1yaamp216nq09xwasxg5g133v86dbb33mdg5di1zrlhdg"))))
     (arguments
      (substitute-keyword-arguments (package-arguments ffmpeg-5)
        ((#:configure-flags flags ''())



reply via email to

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