guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: ffmpeg: Update to 3.3.4.


From: Marius Bakke
Subject: 04/06: gnu: ffmpeg: Update to 3.3.4.
Date: Tue, 12 Sep 2017 17:33:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 40c2653375f7621eb73d98338572e018c2bd4dc5
Author: Marius Bakke <address@hidden>
Date:   Tue Sep 12 22:11:59 2017 +0200

    gnu: ffmpeg: Update to 3.3.4.
    
    * gnu/packages/video.scm (ffmpeg): Update to 3.3.4.
---
 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 a21f71b..8a01a4b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -580,14 +580,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, 
and VC-1/VMW3).")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "3.3.3")
+    (version "3.3.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "07is8msrhxr1dk6vgwa192k2pl2a0in1h9w8f9cknlvbvhn01afj"))))
+               "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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