guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: FFmpeg 2: Update to 2.8.20.


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

lfam pushed a commit to branch master
in repository guix.

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

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



reply via email to

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