gnu: ffmpeg@3.4: Update to 3.4.3.

* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.3.
master
Marius Bakke 2018-07-08 22:57:42 +02:00
parent 3334cdc3f2
commit 4a785cc92e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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