mbakke pushed a commit to branch master
in repository guix.

commit c5e571100206fdd00db195acef723db7c721e1a6
Author: Marius Bakke <[email protected]>
Date:   Mon Nov 5 18:28:29 2018 +0100

    gnu: [email protected]: Update to 3.4.5.
    
    * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 34af248..a2192cf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -790,14 +790,14 @@ audio/video codec library.")
 (define-public ffmpeg-3.4
   (package
     (inherit ffmpeg)
-    (version "3.4.4")
+    (version "3.4.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1iizgnhjbhar9y1ykqlj1czqanlv24knkfq5vvfnppv5x00pcvrq"))))))
+               "0b59qk5wpc5ksiha76jbhb859g5gxa4w0k6afh3kgvgajiivs73l"))))))
 
 (define-public ffmpeg-2.8
   (package

Reply via email to