gnu: FFmpeg 3: Update to 3.4.11.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
This commit is contained in:
parent
df7acf25bc
commit
788ba04f38
1 changed files with 2 additions and 2 deletions
|
@ -1761,14 +1761,14 @@ audio/video codec library.")
|
||||||
(define-public ffmpeg-3.4
|
(define-public ffmpeg-3.4
|
||||||
(package
|
(package
|
||||||
(inherit ffmpeg-4)
|
(inherit ffmpeg-4)
|
||||||
(version "3.4.9")
|
(version "3.4.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d8nkd9c85rkjlgsq1hidmykkrksi883ygqzhhj6wh4nqflv8vs9"))))
|
"1rijdvcx8xjqwh084qchwz91vcj8wsvb4diax0g8miywpir00ccw"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments ffmpeg-4)
|
(substitute-keyword-arguments (package-arguments ffmpeg-4)
|
||||||
((#:modules modules %gnu-build-system-modules)
|
((#:modules modules %gnu-build-system-modules)
|
||||||
|
|
Reference in a new issue