guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ffmpeg: Update to 3.1.3.


From: Efraim Flashner
Subject: 01/01: gnu: ffmpeg: Update to 3.1.3.
Date: Mon, 29 Aug 2016 04:51:47 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 67e1581c7d346aefd6a2d6904deecdb1cd652f69
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 28 22:16:04 2016 +0300

    gnu: ffmpeg: Update to 3.1.3.
    
    * gnu/packages/video.scm (ffmpeg): Update to 3.1.3.
---
 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 5c59ee2..8d50072 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -400,14 +400,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.1.2")
+    (version "3.1.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0qdxp6r6x47jzi6nmbsv3dhvm073c8n5hpnlmj5gwihgkyva5ljq"))))
+               "08l8290gipm632dhrqndnphdpkc5ncqc1j3hxdx46r1a3q3mqmzq"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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