guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ffmpeg: Update to 3.4.1.


From: Marius Bakke
Subject: 01/03: gnu: ffmpeg: Update to 3.4.1.
Date: Mon, 11 Dec 2017 19:11:37 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7f7419b56f9cc4e4e2bbbd0e8268c8d762887687
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 12 00:50:58 2017 +0100

    gnu: ffmpeg: Update to 3.4.1.
    
    * gnu/packages/video.scm (ffmpeg): Update to 3.4.1.
---
 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 2480035..5236824 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -589,14 +589,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.4")
+    (version "3.4.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf"))))
+               "1h4iz7q10wj04awr2wvmp60n7b09pfwrgwbbw9sgl7klcf52fxss"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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