mbakke pushed a commit to branch master
in repository guix.

commit 1c2adcd6b9d3d15fba1d2e9705ffccb7f3cbcd7f
Author: Marius Bakke <mba...@fastmail.com>
Date:   Thu Oct 26 23:55:55 2017 +0200

    gnu: ffmpeg@3.3: Update to 3.3.5.
    
    * gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
---
 gnu/packages/video.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5596c48..e1ea349 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -751,17 +751,18 @@ convert and stream audio and video.  It includes the 
libavcodec
 audio/video codec library.")
     (license license:gpl2+)))
 
+;; XXX: Remove this when gst-libav and qtox supports 3.4.
 (define-public ffmpeg-3.3
   (package
     (inherit ffmpeg)
-    (version "3.3.4")
+    (version "3.3.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq"))))))
+               "00nq8ng2p16yb48acargaz1hlp9kq24vfwvkqjlslz4a7864k4x8"))))))
 
 (define-public ffmpeg-2.8
   (package

Reply via email to