guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ffmpeg: Update to 2.8.4.


From: Efraim Flashner
Subject: 01/01: gnu: ffmpeg: Update to 2.8.4.
Date: Mon, 21 Dec 2015 19:31:20 +0000

efraim pushed a commit to branch master
in repository guix.

commit 704989660f6590476c0a5566bc99718d91938083
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 21 16:51:04 2015 +0200

    gnu: ffmpeg: Update to 2.8.4.
    
    * gnu/packages/video.scm (ffmpeg): Update to 2.8.4.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 85b7414..da1dcc7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -375,14 +375,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, 
and VC-1/VMW3).")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "2.8.3")
+    (version "2.8.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0jkhyv68aa7h3hf905ganwqbrflams3hs74in7ygxdfkcqw2xqhq"))))
+               "07wmvp05zanmg3rm539dd0j7h1fi2fk0mcvmv01hjbpy92kq0qwb"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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