mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ffmpeg-5: Update to 5.1.3.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.3.
This commit is contained in:
parent
676f608546
commit
cf02a22cf2
1 changed files with 2 additions and 2 deletions
|
@ -1784,14 +1784,14 @@ (define-public ffmpeg
|
|||
(define-public ffmpeg-5
|
||||
(package
|
||||
(inherit ffmpeg)
|
||||
(version "5.1.2")
|
||||
(version "5.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p7kxr0f9f9d0pyyxq9ciaj9ch2drmcw5p9jk22j111ccrnp17k1"))))))
|
||||
"0biil32xnshg1b4lwzbdc5rxv1g7lpfsr5gdgaz96wlhzy9ka48v"))))))
|
||||
|
||||
(define-public ffmpeg-4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue