guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ffmpeg: Update to 3.4.


From: Leo Famulari
Subject: 01/04: gnu: ffmpeg: Update to 3.4.
Date: Thu, 26 Oct 2017 12:14:57 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 436594ca47c2858bccec3699b7d3dcfef101c65c
Author: Rutger Helling <address@hidden>
Date:   Thu Oct 26 15:20:35 2017 +0200

    gnu: ffmpeg: Update to 3.4.
    
    * gnu/packages/video.scm (ffmpeg): Update to 3.4.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 63824f6..d73e21a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -585,14 +585,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.4")
+    (version "3.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq"))))
+               "1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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