guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: ffmpeg: Update to 4.0.1.


From: Marius Bakke
Subject: 07/10: gnu: ffmpeg: Update to 4.0.1.
Date: Sat, 16 Jun 2018 15:37:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 30e26b6af3cb4a6dc88bccaa2ead0ba5500e7e46
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 16 18:48:11 2018 +0200

    gnu: ffmpeg: Update to 4.0.1.
    
    * gnu/packages/video.scm (ffmpeg): Update to 4.0.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 8cd7a3d..e312382 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -606,14 +606,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 "4.0")
+    (version "4.0.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0gx4ngnhi5glmxh38603qy5n6vq8bl1cr4sqd1xff95i82pmv57d"))))
+               "1vn04n0n46zdxq14cma3w8ml2ckh5jxwlybsc4xmvcqdqq0mqpv0"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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