guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: address@hidden: Update to 3.4.5.


From: Marius Bakke
Subject: 04/13: gnu: address@hidden: Update to 3.4.5.
Date: Mon, 5 Nov 2018 17:51:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c5e571100206fdd00db195acef723db7c721e1a6
Author: Marius Bakke <address@hidden>
Date:   Mon Nov 5 18:28:29 2018 +0100

    gnu: address@hidden: 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

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