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.3.1.


From: Marius Bakke
Subject: 01/01: gnu: ffmpeg: Update to 3.3.1.
Date: Mon, 15 May 2017 13:58:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9b22c4dd5e7ced57c26897b97c9b853cca3eb042
Author: Marius Bakke <address@hidden>
Date:   Mon May 15 19:49:41 2017 +0200

    gnu: ffmpeg: Update to 3.3.1.
    
    * gnu/packages/video.scm (ffmpeg): Update to 3.3.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 dde4041..f9e8b89 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -458,14 +458,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")
+    (version "3.3.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "17anx7rnbi63if1ndr61836lf76dpn47n0y424hc48bj05y7z7jr"))))
+               "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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