guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: ffmpeg: Update to 2.8.6.


From: Efraim Flashner
Subject: 02/07: gnu: ffmpeg: Update to 2.8.6.
Date: Fri, 05 Feb 2016 14:03:23 +0000

efraim pushed a commit to branch master
in repository guix.

commit 73836c7de83516b308843c72da95ade4cd3e2c51
Author: Efraim Flashner <address@hidden>
Date:   Fri Feb 5 07:14:53 2016 +0200

    gnu: ffmpeg: Update to 2.8.6.
    
    * gnu/packages/video.scm (ffmpeg): Update to 2.8.6.
---
 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 e7442f4..bc155fb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -372,14 +372,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.5")
+    (version "2.8.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1iqa5w96l8ic3axm2pqnb1wsyn4bmlldznj24wrwplfjcyi87yvn"))))
+               "1yh7dvm7zwdlsspdaq524s5qaggma5md9h95qc4kvb5dmyyyvg15"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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