gnu: ffmpeg-5: Update to 5.1.4.

* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.4.

Change-Id: I4ea8faa3bcee2e34287af4461d078850de17154f
This commit is contained in:
Efraim Flashner 2023-11-14 08:16:45 +02:00
parent b817d261e2
commit b8dac014b1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1783,14 +1783,14 @@ audio/video codec library.")
(define-public ffmpeg-5
(package
(inherit ffmpeg)
(version "5.1.3")
(version "5.1.4")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0biil32xnshg1b4lwzbdc5rxv1g7lpfsr5gdgaz96wlhzy9ka48v"))))))
"0qwhyhil805hns7yksdxagnrcc90h60al7lz1rc65kd1j2w3nf2l"))))))
(define-public ffmpeg-4
(package