mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
(package
|
||||
(inherit ffmpeg-4)
|
||||
(version "3.4.9")
|
||||
(version "3.4.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0d8nkd9c85rkjlgsq1hidmykkrksi883ygqzhhj6wh4nqflv8vs9"))))
|
||||
"1rijdvcx8xjqwh084qchwz91vcj8wsvb4diax0g8miywpir00ccw"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments ffmpeg-4)
|
||||
((#:modules modules %gnu-build-system-modules)
|
||||
|
|
Loading…
Reference in a new issue