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


From: Jason Self
Subject: 01/01: gnu: ffmpeg: Update to 2.5.4
Date: Mon, 23 Feb 2015 22:37:15 +0000

jxself pushed a commit to branch master
in repository guix.

commit 30aa3d5a038c2d5859042b80825fc85701091fdd
Author: Jason Self <address@hidden>
Date:   Mon Feb 23 14:37:07 2015 -0800

    gnu: ffmpeg: Update to 2.5.4
    
    * gnu/packages/video.scm (ffmpeg): Update to version 2.5.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 31e5d70..0744c67 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -60,14 +60,14 @@
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "2.5.3")
+    (version "2.5.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "06j1cgw9h9ya5z8gpcf9v9zik3l4xz7sr4wshj06kznzz5z3sf4x"))))
+               "11m2hbhdgphjxjp6hk438cxmipqjg5ixbr1kqnn9mbdhq9kc34fc"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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