me
/
guix
Archived
1
0
Fork 0

gnu: FFmpeg 3: Update to 3.4.11.

* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
master
Leo Famulari 2022-07-06 14:31:15 -04:00
parent df7acf25bc
commit 788ba04f38
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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