guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ffmpeg-2.2: Update to 2.2.13


From: Jason Self
Subject: 01/01: gnu: ffmpeg-2.2: Update to 2.2.13
Date: Mon, 23 Feb 2015 22:38:23 +0000

jxself pushed a commit to branch master
in repository guix.

commit 49685cae2bbe0384d4e0e46d38e9d0e1327e5225
Author: Jason Self <address@hidden>
Date:   Mon Feb 23 14:38:13 2015 -0800

    gnu: ffmpeg-2.2: Update to 2.2.13
    
    * gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.13.
---
 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 0744c67..73f8558 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -204,14 +204,14 @@ audio/video codec library.")
 ;; We need this older ffmpeg because vlc-2.1.5 doesn't work with ffmpeg-2.4.
 (define-public ffmpeg-2.2
   (package (inherit ffmpeg)
-    (version "2.2.11")
+    (version "2.2.13")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "06sli7xvihh97ss6a2mkdq4dcj3rg1w8zffrmjfc1hvyjxhc8f2r"))))))
+               "1vva8ffwxi3rg44byy09qlbiqrrd1h4rmsl5b1mbmvzvwl1lq1l0"))))))
 
 (define-public vlc
   (package



reply via email to

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