3
5
Fork 0
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:
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

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)