guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ffmpeg-2.8: Update to 2.8.22.


From: guix-commits
Subject: 03/04: gnu: ffmpeg-2.8: Update to 2.8.22.
Date: Tue, 14 Nov 2023 02:07:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f9f36b08e5e25282741da624647ea104cec764b5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 14 08:16:52 2023 +0200

    gnu: ffmpeg-2.8: Update to 2.8.22.
    
    * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.22.
    
    Change-Id: I4ab83a07f60692aa43d04a81dd227b56a95a1d74
---
 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 e2922dec70..561268aabd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1838,14 +1838,14 @@ audio/video codec library.")
 (define-public ffmpeg-2.8
   (package
     (inherit ffmpeg-3.4)
-    (version "2.8.20")
+    (version "2.8.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ivnfqmfnp3zmn1q2dxy4p85427y3r6d3jbnl5kprr7lqckf6rl5"))))
+                "0c8m4hhv2k5fybha908wzrpnf3wqkq52hayl658jq4bah0igdfqz"))))
     (arguments
      `(#:tests? #f               ; XXX: Enable them later, if required
        #:configure-flags



reply via email to

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