guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: address@hidden: Update to 3.4.3.


From: Marius Bakke
Subject: 01/02: gnu: address@hidden: Update to 3.4.3.
Date: Sun, 8 Jul 2018 17:55:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4a785cc92e24a0ab7f02c419825a62990f9b5c3e
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 8 22:57:42 2018 +0200

    gnu: address@hidden: Update to 3.4.3.
    
    * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.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 53f1bd7..737844d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -788,14 +788,14 @@ audio/video codec library.")
 (define-public ffmpeg-3.4
   (package
     (inherit ffmpeg)
-    (version "3.4.2")
+    (version "3.4.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0h6prjn1ijkzzhkyj8mazp0wpx7m0n9ycadjxagf9czqirbyk4ib"))))))
+               "0p45s3h7mg7v0jm77bymw2617i08f086dlcdmaylnk7795yind3b"))))))
 
 (define-public ffmpeg-2.8
   (package



reply via email to

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