guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ffmpeg: Update to 4.1.3.


From: guix-commits
Subject: 03/04: gnu: ffmpeg: Update to 4.1.3.
Date: Thu, 4 Apr 2019 08:37:56 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 136d3e09d7d310bde47fefa9cbf876f10b54fddd
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 2 20:03:49 2019 +0200

    gnu: ffmpeg: Update to 4.1.3.
    
    * gnu/packages/video.scm (ffmpeg): Update to 4.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 f1a8289..3a043fb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -755,14 +755,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.1.2")
+    (version "4.1.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0yrl6nij4b1pk1c4nbi80857dsd760gziiss2ls19awq8zj0lpxr"))))
+               "0gdnprc7gk4b7ckq8wbxbrj7i00r76r9a5g9mj7iln40512j0c0c"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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