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.5.3


From: Jason Self
Subject: 01/01: gnu: ffmpeg: Update to 2.5.3
Date: Mon, 12 Jan 2015 16:00:28 +0000

jxself pushed a commit to branch master
in repository guix.

commit 9f496d430bbcd3bacfc131e513a192786fb08746
Author: Jason Self <address@hidden>
Date:   Mon Jan 12 08:00:21 2015 -0800

    gnu: ffmpeg: Update to 2.5.3
    
    * gnu/packages/video.scm (ffmpeg): Update to version 2.5.3.
---
 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 0d477bb..2febd12 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -58,14 +58,14 @@
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "2.4.3")
+    (version "2.5.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "00p6qi7kwc2rv7h98bczrdssa7nbda3fpz7avjwl77jg1qy3wp6a"))))
+               "06j1cgw9h9ya5z8gpcf9v9zik3l4xz7sr4wshj06kznzz5z3sf4x"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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