gnu: Remove FFmpeg 4.3.

* gnu/packages/video.scm (ffmpeg-4.3): Remove variable.
This commit is contained in:
Leo Famulari 2021-10-22 15:15:28 -04:00
parent 0cfc13104f
commit 80c0505f16
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1701,17 +1701,6 @@ (define-public ffmpeg
audio/video codec library.")
(license license:gpl2+)))
(define-public ffmpeg-4.3
(package/inherit ffmpeg
(version "4.3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"1nyd9jlcy0pqnwzi29a7sg50hq37vb0g3f9l16y3q8yh3m7ydr26"))))))
(define-public ffmpeg-3.4
(package
(inherit ffmpeg)