guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ffmpeg: Update to 3.3.2.


From: Marius Bakke
Subject: 02/03: gnu: ffmpeg: Update to 3.3.2.
Date: Fri, 9 Jun 2017 17:39:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ad27449ef10e469d9e937700ee3a0f3015cf0945
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 9 23:28:55 2017 +0200

    gnu: ffmpeg: Update to 3.3.2.
    
    * gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
---
 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 1053f76..8a91a97 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -461,14 +461,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.1")
+    (version "3.3.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp"))))
+               "11974vcfsy8w0i6f4lfwqmg80xkfybqw7vw6zzrcn5i6ncddx60r"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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