guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ffmpeg-2.8: Update to 2.8.18.


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

efraim pushed a commit to branch master
in repository guix.

commit e53e0d08f775dc7f8eee687d099a8843bc702dd9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 8 09:21:00 2021 +0200

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



reply via email to

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